.hide {
    display: none !important;
}
.container--inside{
    max-width: 90% !important;
}
#ui-id-1, #ui-id-2{
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    font-size: 18px;
} 
.container--inside .section-title h4{
    font-size: 2.5em;
}
.container--inside .common-form .fields .form-group input, .container--inside .common-form .fields .form-group select, .container--inside .common-form .fields .form-group textarea{
    max-width: 300px;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"]{
    width: 300px;
}
.container--inside .common-form .radio-container .radio-item label{
    width: 400px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.4em;
}
.container--inside .common-form::before{
    width: 6.25%;
}
.container--inside .common-form.one::before{
    width: 12.5%;
}
.container--inside .common-form.two::before{
    width: 19%;
}
.container--inside .common-form.three::before{
    width: 25.5%;
}
.container--inside .common-form.four::before{
    width: 32%;
}
.container--inside .common-form.five::before{
    width: 38.5%;
}
.container--inside .common-form.six::before{
    width: 44%;
}
.container--inside .common-form.seven::before{
    width: 50.5%;
}
.container--inside .common-form.eight::before{
    width: 56%;
}
.container--inside .common-form.nine::before{
    width: 62.5%;
}
.container--inside .common-form.ten::before{
    width: 69%;
}
.container--inside .common-form.eleven::before{
    width: 75.5%;
}
.container--inside .common-form.twelve::before{
    width: 81%;
}
.container--inside .common-form.thirteen::before{
    width: 87.5%;
}
.container--inside .common-form.fourteen::before{
    width: 94%;
}
.container--inside .common-form.fifteen::before{
    width: 100%;
}

.container--inside .common-form .radio-container .radio-item input:checked {
    background-color: #fb9632;
    color: #fff;
}

input.required{
    border: 2px solid red !important;
}

h4.aligncenter{
    text-align: center !important;
}
