/* For Custom Review Page */
.maincontent .form_field_title { width:50% !important; }
.maincontent .form_field_content { width:50% !important; }
@media (max-width:600px){
	.form_field_title { width:100% !important;padding-top:2px !important; }
	.form_field_content { width:100% !important; }
	.form_field_content input, .form_field_content select, .form_field_content textarea { width:100%;box-sizing:border-box; }
	.radio_checkbox_wrapper { width:100%;margin:0 0 4px 0px; }
    .required_field { width:90% !important; }
}

.boxheader {
    text-align: center;
    border: none;
    background: none;
    font-size: 1.5em;
    border-bottom: 1px solid #333 !important;
}