ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 43px;
	border-bottom: 1px solid #fff;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 4px 11px;
	height: auto;
	line-height: 31px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #dbdbdb;
	color: #333;
	overflow: hidden;
	position: relative; font-size:15px; font-family:'Open Sans',sans-serif !important;
	font-weight:600;
}

.tab_last { border-right: 1px solid #eee; }

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 5px solid #fff;
	display: block;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}

.tab_content {
	padding: 8px;
	display: none; height:260px !important;
}

.tab_content-1 {
  height:135px !important;
}
@media screen and (max-width: 480px) {.tab_content-1 {
  height:none !important;
}}
.examples{float:left; height:238px;}
.examples-1{height:135px !important;}
.examples-tab{height:111px !important;}

@media screen and (max-width: 991px) and (min-width: 768px){.examples{float:left; height:124px}}

.tab_drawer_heading { display: none;}
.area{width:100% !important; height:239px;}
.area-main{height:232px !important;}
.area-1{height:126px !important;}
.area-tab{height:111px !important;}
.area-inner{width:100% !important; height:172px !important;}
.area-inner-about{width:100% !important; height:107px !important;}
.area-inner-journal{width:100% !important; height:116px !important; margin-top:1em;}
.slimScrollDiv{margin-right:0px !important; width:100% !important;}

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #5db139;
		border-top: 1px solid #dbdbdb;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-size:20px; color:#fff; font-family:'Open Sans',sans-serif !important;  font-style: normal;
	}
	.d_active {
		background-color: #056bad;
		font-size:20px; color:#fff; font-family:'Open Sans',sans-serif !important;
	}
}