#tabs-downloadcenter {
	border-bottom: 0px;
	margin-bottom: 20px;
}

#tabs-downloadcenter li:not(:last-child) {
	margin-right: 15px;
}

#tabs-downloadcenter li a, #tab-filter li a {
	border: 1px solid #efa82c;
	border-radius: 0;
}

#tabs-downloadcenter li a:hover, #tab-filter li a:focus {
	color: #efa82c;
}

#tabs-downloadcenter li.active a, #tab-filter li.active a {
	background: #efa82c;
    color: #fff;
} 

#download-content .download-item {
    padding: 7px 15px;
    background: #f3f3f3;
    margin-bottom: 6px;
}

#download-content .download-item a {
	color: #333;
}

#download-content .download-item:hover {
	background: #ddd;
}

#tab-filter .nav-tabs {
	border-bottom: 0;
	margin-bottom: 20px;
}

 #tab-filter li a{
	padding: 5px 10px;
}

@media (max-width: 767px) {
	#tabs-downloadcenter li {
		width: 100%;
		margin-bottom: 10px;
	}
}