#masthead ul > li > a {
    color: #fff;
}
#masthead ul > li > a:hover {
    color: #ebdb03;
}
.content-1 {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.content-1 * {
    margin-bottom: 0;
}
.matchOdds img {
    height: 20px !important;
}
.content-home {
    margin-top: 30px;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}
.post-item .box {
    background: #f1f1f1;
}
.post-item .box .box-text {
    padding: 15px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.breadcrumb {
    padding-top: 12px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.archive-page-header h1{
    text-align: center;
}