#masthead ul > li > a {
	color: #fff;
	font-size: 16px;
}
#masthead ul > li.active > a, #masthead ul > li > a:hover {
	color: #ffcc08;
}
#masthead ul > li.active > a, #masthead ul > li > a:hover {
	color: #ffcc08;
}
.header-button a {
	border: solid #fff;
	border-radius: 5px !important;
	background: linear-gradient(to top, #000, #FF0000);
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
}
.section-title-center b {
	background: transparent;
}
.section-title-center span {
	text-transform: inherit;
	font-size: 28px;
	padding-bottom: 0;
}
.content-1 {
	background: #f7f7f7;
	padding: 20px;
	border: solid 1px #e1e1e166;
	margin-bottom: 30px;
}
.breadcrumb {
    padding-top: 12px;
}
.fixture_football_theme {
    height: 1000px;
    overflow: scroll;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header .page-title {
    text-align: center;
    font-size: 24px;
}
.matchOdds img {
    height: 20px !important;
}
.embed-odds-bookmarker {
    height: 1200px;
    overflow: scroll;
}
.btn-list * {
    font-size: 12px !important;
}
@media (min-width: 992px){
	#masthead .header-inner {
		max-width: 1200px;
	}
}