div.c5h-tab-block-links {
    margin-bottom: 50px;
}

div.c5h-tab-block-links a {
    display: block;
    margin-bottom: 10px;
}
.ccm-page .tabs .tab-title.active a, .ccm-page .tabs dd.active a {
    background-color: #ccc;
    color: #222;
	border-top: 5px solid #999;
		border-right: 1px solid #999;
}
.ccm-page .tabs .tab-title>a, .ccm-page .tabs dd>a  {
    float: left;
    list-style: none;
    margin-bottom: 0!important;
    position: relative;
    border-top: 5px solid #ddd;
	border-right: 1px solid #999;
	background-color: #ddd;
	
}