
.question {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px;
    line-height: 4em;
}

.rowTitle {
    font-size: 18px;
}

.rowContent {
    font-size: 16px;
    margin-bottom: 20px;
}

.rowContent input {
    padding-left: 0;
    margin-left: 20px;
    height: 30px;
    width: 80%;
    line-height: 2em;
    border: unset;
    border-bottom: 1px solid #666;
}

.rowContent textarea, .rowContent input {
    outline: none;
}

.rowContent textarea {
    padding: 8px;
    margin-left: 20px;
    line-height: 2em;
    border: #d5d5d5 1px solid;
    width: 80%;
    height: 120px;
    border-radius: 8px;
    background: #eee;
    font-size: 16px;
    resize: none;
}

.option input[type=text] {
    margin-left: 5px;
    border-radius: 0;
    width: 80%;
}

.rowContent input[type=radio], .rowContent input[type=checkbox] {
    padding-left: 0;
    margin-left: 20px;
    height: 48px;
    width: 16px;
    margin-right: 6px;
    float: left;
    border: 1px solid #e6e6e6;
    color: -internal-light-dark(green, white) !important;
    background-color: -internal-light-dark(rgb(255, 0, 255), rgb(59, 59, 59)) !important;
}

.optionItem {
    overflow: hidden;
    position: relative;
    display: block;
}

.option {
    float: left;
    min-width: 80%;
}