/* All HTML elements go in this section alphabetically. */
/* Begin of HTML elements */
/* End of HTML elements */
/**************************************************************************************/
/* All classes go in this section alphabetically. */
/* Begin of classes */
.accordion {  
    width: auto!important;       
}
.bodyDiv {
    min-width:0px!important;
} 
/* End of classes */
/**************************************************************************************/
/* All IDs go in this section alphabetically. */
/* Begin of IDs */
#captchaMobileRow {
    display: inline;    
}
#captchaRow {
    display: none;
}
#jCaptchaInputLabelDiv {
    clear: both;    
    position: relative;
}  
#jCaptchaMobileImage {
    border-radius: 10px;
    float: left;
    
}
#jCaptchaMobileResetButtonDiv {
    padding-left: 10px;
    position: relative;
    top: -8px;
}
#recaptchaContainer {      
	margin-left: 0px; 
}
#rowBeforeCaptcha {
    height: 20px;
}

/* End of IDs */