div#div_col_body_user {
    padding: 50px;
}
.row_line_bottom{
    border-bottom: solid 1px #4A3C58;
}
.row_question{
    margin-top: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}
.row_question label{
    cursor: pointer;
}
div#div_row_form_reset {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){

}