body {
	font-size: 12pt;
}

div.tabs > div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 0;
	background-image: none;
}

ul.tabs {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	background-color: White;
	width: 100%;
	padding: 10px 0 0 0;
	border-bottom: 2px solid #7E41CA;
	background-image: url(/graphics/badge.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

h1 {
	padding: 10px;
	margin-top: 150px;
}

#footer {
	padding: 10px;
}

#timer {
	display: none;
}

div.tabs > div,
div.container,
#footer {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}

p, li, cite {
	margin-bottom: 0.4em;
}


div.cols,
div.cols .col,
div.cols .col-span,
img,
iframe,
#footer {
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.cols,
div.cols .col,
div.cols .col-span {
	width: 100%;
}


div.cols .col {
	margin-bottom: 10px;
}


table {
	width: 100% !important;
	font-size: 0.8em;
}

iframe, object {
	width: 100%;
}



div.popup-menu h2 {
	margin: 0.5em 0 0 0;
	font-size: 1.5em;
}

div.popup-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.popup-menu ul li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.popup-menu ul li a,
div.popup-menu p {
	display: block;
	width: 100%;
	border-bottom: 1px solid #666;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 1em 5px;
	font-size: 1.2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.popup-menu ul li {
	background-image: none;
}

div.popup-menu ul li a {
	
}

div.popup-menu ul li.current > a {
	color: #e5184b;
}

div.popup-menu ul ul {
	margin: 0 0 0 0;
}

div.popup-menu ul ul li a {
	padding-left: 3em;
}

div.left, div.right {
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    
}



/**********************************************************
 * Overlay                                                *
 **********************************************************/

#overlay-content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 0;
	background-color: White;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; 
}

#overlay-content div.overlay-controls {
	background-color: #AAA;
	color: White;
	padding: 5px;
	text-align: right;
}

#overlay-content div.overlay-controls a {
	color: White;
	font-size: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
}


/**********************************************************
 * Forms                                                  *
 **********************************************************/

fieldset {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}


.form-container label,
fieldset label {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

label.invisible {
	display: none;
}

input,
select,
textarea {
	width: 100%;
	border-color: #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

fieldset .control div.input {
	margin: 0;
	clear: both;
}

div.checkbox label, div.checkbox input {
	width: auto;
}


.buttons {
	margin-left: 0;
}

.form-container p.note {
	margin-left: 0;
}

#recaptcha_image,
#recaptcha_image img {
	border: 0;
	padding: 0;
	width: 300px !important;
}

.form-container span.input {
	margin-left: 0;
}