/*
 * Special alignment styles for use with specific languages. Simply prefix any style with the class
 * for the intended language. For English use ".language_en", and for Spanish use ".language_es".
 *
 * To set different margins for div.example if screen text is in English or Spanish:
 *      .language_en div.example {
 *          margin: 10px;
 *      }
 *      .language_es div.example {
 *          margin: 5px;
 *      }
 */


.language_es input.next {
    min-width: 135px;
}

.language_es .eligibility .head3 {
	font-size: 22px;
}

.language_es .eligibility label[for='alt-phone-type'] {
    font-size: 0.95em;
}

.language_es .headernavigation .nav-tabs > li, .nav-pills > li {
    width: 35%;
}

