#masthead .flex-right ul > li > a {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}
#masthead .flex-right ul > li > a:hover {
    color: #c7282d;
}
#masthead {
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);    
}
.section-title-normal {
    border-bottom: solid 1px !important;
    padding-bottom: 10px !important;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 24px;
}
.matchOdds img {
    height: 20px;
}
.content-home {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 700px;
    overflow-y: scroll;
}
.post-item .box-text {
    background: #fff;
}
.breadcrumb {
    padding-top: 12px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.blog-single .article-inner {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.entry-content {
    padding-top: 0;
}