@CHARSET "UTF-8";

.page {
    max-width: 900px;  /* this we need especially for question 1151 */
}

.sub .page-content .cols .col2 {
    width: 100%;
}

.page.fixed-width {
    max-width: 710px;  /* this one is to conserve legacy width of application form */
    width: 100%;
}

.send {
    clear: left;
}

.contact-form .label-right2 {
    max-width: 90%
}
