.viewer {
    margin-bottom: 50px;
}

.tabs > div {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}
.tabs > div span {
	border-bottom: 4px solid #E5E5E5;
	color: #ccc !important;
	font-weight: bold;
	line-height: 100px !important;
	display: block;
	text-align: center;
	font-size: 15px;
}
.tabs ul.horizontal {
	list-style: none outside none;
	margin: 0;
	text-align: center;
	
}
.horizontal li {
	background: #EEE;
	border-bottom: 4px solid #E5E5E5;
	margin: 0 10px 15px 0;
	display: inline-block;
}
.horizontal a {
	color: #444;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 24px;
	text-decoration: none;
}
.horizontal li:hover {
	background: #a0d8f8;
	border-bottom: 4px solid #CCC;
}
.horizontal li:hover a {
	color: white;
}
.horizontal .active {
	background: #a0d8f8 !important;
	border-bottom: 4px solid #CCC;
}

