.ccssGrade {
	float:left;
	width:100%;
}
.lessons, .standard {
	float:left;
	display:none;
	position:relative;
	width:100%;
}

/*.lesson_detail {
	float:left;
	position:absolute;
	top:center;
	left:center;
	z-index:10000;
	border:1px solid green;
	width:300px;
	height:400px;
}*/

/* Mask for background, by default is not display */
#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

/* You can customize to your needs  */
.lesson_detail{
	display:none;
	background: #343435;
	padding: 10px; 	
	border: 2px solid #343435;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 25%; left: 60%;
	z-index: 99999;
	width:700px;
	height:90%;
	color:#333;
	text-align:justify;
	box-shadow: 0px 0px 20px #999; /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
        -moz-border-radius: 3px; /* Firefox */
        -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close { /*Position the close button*/
	float: right;
	background-image:transparent;
	margin: -28px -28px 0 0;
}

.ccssGrade ul li{
	list-style:none;
}

.ccssGrade ul li a {
	color:#333;
	font-weight:600;
}

.ccssGrade ul ul li a {
	color:#80B539;
	font-weight:600;
	padding:2px 0;
}
.ccsscontent {
	position:relative;
	height:600px;
	overflow:auto;
	padding-right:5px;
	float:left;
	width:99%;
}
#ccss_section ul li {
	list-style-type: none;
	list-style: none;
	margin-left:-25px !important;
}
#ccss_section ul ul {
	margin-left:-10px;
}
.widget_header {
	float:left;
	width:98%;
	position:relative;
}
.ceelogo {
	float:left;
	width:30%;
    background:transparent url("council-for-economic-education-logo.gif") no-repeat;
    display: block;
    height: 65px;
	margin:0;
	padding:0;
    text-indent: -999em;
}
.heading {
	float:left;
    width: 70%;
	height:35px;
}

.thirdparty-share {
 float:right;
 width:110px;
 height:30px;
 vertical-align:bottom;
}
.standardBlue, .standardBlue a, .publicationBlue, .publicationBlue a{
	color:#0072BC !important;
}
.publicationBlue { 
    line-height: 1.2em;
    margin-bottom: 1em;
}

@media only screen and (max-device-height: 480px) {
	 .ccsscontent {
		height:100px ;
		/*border:3px solid yellow;*/
	 }	
}
@media only screen and (min-device-height: 481px) and (max-device-height: 799px) {
	 .ccsscontent {
		height:250px;
		/*border:3px solid blue;*/
	 }
}
@media only screen and (min-device-height: 800px) and (max-device-height: 1000px) {
	 .ccsscontent {
		height:400px ;
				/*border:3px solid green;*/
	 }
}
@media only screen and (min-device-height: 1001px) {
	 .ccsscontent {
		height:600px ;
		/*border:3px solid red;*/
	 }	
}
/*@media screen and (min-width: 560px) { 
.ccsscontent {
	height:300px;
	border:3px solid red;
 }	
}

@media screen and (min-width: 460px) { 
.ccsscontent {
	height:100px;
 }	
}*/