

/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

.right-align {vertical-align: right;}
.body { overflow:auto; }
.table-header{border-bottom:2px solid #9DBB88;position:top;width:95%;margin:auto;padding-right:1em;}
.table-content{width:95%; margin:auto; border-collapse:collapse; position:relative;}
/*#table-content tr:nth-child(even) {background: #e8edff;}*/
.table-content tr:hover {background: #EAE7C6;}

.hiddenCol{display:none;}
.center{text-align:center;}
.content{list-style-type:none; font-family: Helvetica,Verdana,Arial,sans-serif; font-size: 1em; width:65%; float:right; margin-right:3%;
	height: 600px; border:1px solid; border-radius:5px; border-color: #aaaaaa;overflow:visible;}
.scrollpane-content {overflow:scroll;overflow-x:hidden;height: 95%;}
.scrollpane-content a:link { text-decoration: none; color: #323232; font-family: Helvetica,Verdana,Arial,sans-serif; font-size: 1em;}
.scrollpane-content a:visited { text-decoration: none; color: #323232; }
.scrollpane-content a:hover { text-decoration: none;color:#000000;}
.selector .ui-selecting { background: #DBD7AF; }
.selector .ui-selected { background: #CCC68D; color:#000000; }
.selector .ui-selectee:hover{ background:#EAE7C6; }
.selector{ font-size:1em; font-family: Helvetica,Verdana,Arial,sans-serif; list-style-type: none; padding: 0; 
	width: 50%; cursor:pointer; text-align:center; margin:auto;}
.selector li {padding: 0.4em; }
.ui-accordion .ui-accordion-content{overflow:visible; margin:0; }

.zerothside{ background: none; border:none; background-color: #white;font-family:Helvetica; font-weight:bold; font-size:1.1em; border:solid thin #c7c7c7; border-radius:5px;}
 .firstside{ background: none; border:none; background-color: #EEAA88;font-family:Helvetica; font-weight:bold; font-size:1.1em;}
.secondside{ background: none; border:none; background-color: #EEC290;font-family:Helvetica; font-weight:bold; font-size:1.1em;}
 .thirdside{ background: none; border:none; background-color: #EEDD99;font-family:Helvetica; font-weight:bold; font-size:1.1em;}
.fourthside{ background: none; border:none; background-color: #CCC68D;font-family:Helvetica; font-weight:bold; font-size:1.1em;}
 .fifthside{ background: none; border:none; background-color: #BBBB88;font-family:Helvetica; font-weight:bold; font-size:1.1em;}
 .sixthside{ background: none; border:none; background-color: #9DBB88;font-family:Helvetica; font-weight:bold; font-size:1.1em;}
.disclaimer{ font-size: 0.75em; color:#5D5D5D; }
.clear{clear:both;}
.desktop{display:none;}
.mobile{display:block;}
.sidebar-container { float:left; width:30%; position: relative; }
.sidebar{width:100%;}
.question{float:right;}

/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 900px) {
	.desktop{display:block;}
	.mobile{display:none;}
	/* Desktop styles go here */
}