.header-main ul > li > a {
    color: #000;
    text-transform: capitalize;
}
.header-main ul > li > a:hover {
    color: #0446be;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    margin-bottom: 0;
}
.section-title-normal {
    background: linear-gradient(90deg, #ff9c00, #9a0000);
    color: #fff;
    border-radius: 5px;
}
.section-title-normal span {
    padding: 6px 10px;
    font-size: 20px;
}
.matchOdds img {
    height: 20px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.breadcrumb {
    padding-top: 10px;
}
#comments {
    display: none;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
}