#print-version a, #print-version a:hover, #print-version a:active, #print-version a:visited {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

/* 7/16/2018 - Changed leftlinks div width from 200px to 20% */
#leftlinks
{
	width:20%;
	color: #ffffcf;
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:10px;
	text-align:Left;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	background-color:#6699cc;
	border-right:solid 1px #909091;
}
	
#leftlinks a:link {
	color: #ffffcf;
	text-decoration: none;
}

#leftlinks a:visited {
	color: yellow;
}

#leftlinks a 
{
	color: #ffffcf;
}

/* 7/17/2018 - Responsive Starts Here for leftlinks div. Column width changes to 100% once the screen gets to 768 pixels */
@media screen and (max-width: 768px) {
#body #leftlinks {
width:100%;}
}



.lftlnks1 
	{
	background-color:#6699cc;
	border-right:solid 1px #909091;
	}
	
.sublnks_a 
{
    	background-color: #003366;
    	font-weight: bold;
}

UL 
{
    margin-bottom: 5px;
/*     margin-left: 25px; */
    margin-right: 0;
    margin-top: 2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.layout_training ul {
    padding-left: 2em !important;
}
#body 
{
	padding-top:0px;
	padding-left:0px;
}
#wrapper 
{
    width: 1024px;
}
#container 
{
 	margin-left:auto;
 	margin-right:auto;
}

.pagenumbers 
{
 	float:left; 
 	width:100%;
 	font-size:80%;
 	text-align: center;
}

/* Remove position: absolute */
/* Changed margin-right from 105px to 1em */
/* Added float:right */
.numofpages {
    font-size: 80%;
    font-weight: bold;
    margin-right: 1em;
    /* position: absolute; */
    float: right;
    right: 0;
}

.sections {
    clear: both;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/* 7/16/2018 - Commmenting out min and max width based on body
html body  
{
	min-width: 1024px;
	max-width: 1024px;
}
*/

/* 7/16/2018 - Changed div.layout (The right side div tag) width from 745px to 79% */

#body .layout_training {
	float: left;
    	margin-top: 10px;
    	width: 78%;
}



#body ul li
{
 padding-left: 1em;
 text-indent: -1em;
}

.blockquote 
{ 
 padding:15px;
 font-size:.85em;
 quotes:none;
}

#body p.quiz_text 
{
 font-size:100%;
 margin-bottom:2px;
}

html body div#wrapper-fluid div#container-fluid div#main-body.teal div#body div.layout ul {margin-left:25px;}
html body div#wrapper-fluid div#container-fluid div#main-body.teal div#body div.layout ol {margin-left:25px;}
#container-fluid {
	    background: none;
	    font-size: 1.3em;
	    margin: 0px 20px;
	    overflow: hidden;
	    min-width: 1050px;
	    max-width: 1600px;
}

#container {
	    background: none;
	    font-size: 1.3em;
	    margin: 0px 20px;
	    overflow: hidden;
	    min-width: 1050px;
	    max-width: 1600px;
}

.bg-primary p {color: black;}
footer p {color: white !important;}
.ui-autocomplete {top: 85px !important;}
.tooltip {opacity: inherit;display: inline-block;margin-top: 3px;}