.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 6px 0;
}
.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marqueeScroll 20s linear infinite;
    font-size: 14px;
    font-weight: bold;
    color: #f36621 !important;
    padding-left: 100%;
}
@keyframes marqueeScroll{
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-100%);
}
}
.matchOdds img {
    height: 20px;
}
.backgroundOddsPage * {
    color: #000;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.section-title-normal {
    width: auto !important;
    border-bottom: 0px;
    display: inline-block !important;
    padding: 5px 10px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(142deg, #BB5014 0%, #8B0000 100%);
    font-size: 16px;
    font-style: normal;
    line-height: 1.625rem;
}
.col-content > .col-inner {
    padding: 30px;
    background-color: rgb(28, 30, 31);
    border-radius: 10px;
}
.post-item>.col-inner {
    border: solid 1px #373737;
    background: #292b2e;
}
.ux-menu-link__link {
    font-weight: bold;
    font-style: italic;
    color: #f9902e;
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #f9902e !important;
    text-decoration: underline;
}
.content-ft * {
    margin-bottom: 10px;
    font-weight: bold;
}
.breadcrumb {
    padding-top: 12px;
    font-size: 14px;
}
.theme7m-fixture-table-body * {
    color: #000;
}
.ranking-list *, .fixture-list-item * {
    color: #000;
}
.archive-page-header h1 {
    text-align: center;
}
.widget .is-divider {
    display: none;
}
.widget_recent_entries ul > li > a {
    display: block;
    padding: 0;
}
span.post-date {
    font-size: 11px;
}
span.widget-title {
    display: block;
    margin-bottom: 10px;
}
h1.entry-title {
    text-align: center;
    margin-bottom: 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.entry-divider {
    display: none;
}