.header-bottom {
    background: #0446be;
}
#wide-nav ul > li > a {
    color: #fff;
}
#wide-nav ul > li > a:hover {
    color: #e7c308;
}
.matchOdds img {
    height: 20px;
}
.content-home {
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgb(4 70 190 / 32%);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.post-item .box .box-text {
    background: #0446be;
    padding: 15px;
}
.post-item .box .box-text * {
    color: #fff;
}
.breadcrumb {
    padding-top: 12px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}