/* ------------------  Makes Recaptcha Responsive -------------------------- */
@media (max-width: 444px) 
{

.recaptchatable #recaptcha_image 
{
	margin: 0 !important;
	width: 100% !important;
}

#recaptcha_image, #recaptcha_privacy
{
	position: absolute !important;
	left: 0 !important;
}

.recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell 
{
	background: none !important;
}

}

/* ------------------ Google Chrome iFrame Captcha Fix -------------------------- */
iframe[src="about:blank"] 
{
	display:none;
}

.cvdo-content img
{
	display: inline;
}

td
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;  
}

.small
{
	font-size: 10px;
}

.regular
{
	font-size: 12px;
}

.medium
{
	font-size: 18px;
}

.large
{
	font-size: 24px;
}

.extra-large
{
	font-size: 32px;
}