
@media only screen and (max-width: 480px) {
.tabs li:nth-child(1), .tabs li:nth-child(2), .tabs li:nth-child(3) {
    width: 32.5%;
    text-align: center;
}

.tabs li:nth-child(4), .tabs li:nth-child(5) {
    width: 49%;
    text-align: center;
}

ul.tabs {
    min-width: 100px !important;
    height: 61px !important;
}


}

body {
	/*font: 10px normal Verdana, Arial, Helvetica, sans-serif !important;*/
	color: #444;
}
h1 {font-size: 3em; margin: 20px 0;}
.enc_container {width: 100%; margin: 10px auto;}
/*.enc_container ul li a {
font: 10px normal Verdana, Arial, Helvetica, sans-serif; line-height: 31px;
 }*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 31px;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	width: 100%;
       min-width: 410px; /* added 2014-11-29 */
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	border: 1px solid #D6D6D6;
	margin-bottom: -1px;
	background: #f3f3f3;
	overflow: hidden;
	position: relative;
       margin-right: 1px;
}
ul.tabs li a {
	text-decoration: none;
	color: #444;
	display: block;
	padding: 0 12px;
	/*border: 1px solid #fff;*/
	outline: none;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 30px;
       font-weight:bold;
  	font-size:12px;
}

ul.tabs li.free a{
	text-decoration: none;
	/*color: #B22222;*/
	display: block;
	padding: 0 14px;
	/*border: 1px solid #fff;*/
	outline: none;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 30px;
       font-weight:bold;
  	font-size:12px;
}

ul.tabs li a:hover {
	/*background: #ccc;*/
       color:#45C2C5;
       text-decoration:underline;
}
ul.tabs li.free a:hover {
/*	background: #ccc;
    color: #334B25;*/
       color:#45C2C5;
       text-decoration:underline;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
html ul.tabs li:first-child, html ul.tabs li.active a:hover:first-child  {
       border-left:none;
}

ul.tabs li.active a {
       color:#45C2C5;
       text-decoration:none;
}

.tab_container {
       min-height:500px;
	border: 1px solid #D6D6D6;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
       padding-top:5px;
	/*font-size: 1.2em;*/
}
.tab_content h2 {
	/*font-family: Verdana; */
	font-size: 16px; 
	font-weight: bold; 
	color:#808080;
	/*border-bottom: 1px dashed #ddd;*/
}

.tab_content h3 a{
	color: #254588;
}
/*.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}*/
.centeredImage {display:block ; margin:0 auto ;}