
body {
    margin: 0;
    font-size:15px;
}

a,
a:visited,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.center {
    max-width: 1280px;
    padding: 1.8em;
    margin: 0 auto;
    box-sizing: border-box;
}

.top-bar {
    background: #123153;
}

.top-bar .logo img {
    display: block;
}

.top-bar .strip {
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar .hamburger {
    display: none;
}

nav {
    padding: 0 2em;
    background: #05274E;
}

nav ul {
    display: flex;
    color: #fff;
}

nav li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

nav li[data-hot] a {
    display: flex;
    align-items: center;
}

nav li[data-hot] a:after {
    content: 'hot';
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    background: #e60000;
    padding: .1em .2em;
    border-radius: 4px;
    margin-left: 0.8em;
    text-shadow: 0 0 1px rgba(0, 0, 0, .5);
    color: #fff;
}

nav li a {
    padding: 0.5em 4em;
}

nav li a {
    display: block;
}

nav li.selected {
    background: #FFD600;
    color: #05274E;
}

.hamburgerList {
    display: none;
}

.hamburgerList ul {
    color: #fff;
}

.hamburgerList li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.hamburgerList li a {
    display: block;
    padding: 0.5em 4em;
}

.hamburgerList li[data-hot] a:after {
    content: 'hot';
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    background: #e60000;
    padding: .1em .2em;
    border-radius: 4px;
    margin-left: 0.8em;
    text-shadow: 0 0 1px rgba(0, 0, 0, .5);
    color: #fff;
}

.hamburgerList li.selected {
    background: #FFD600;
    color: #05274E;
}

h2.title {
    font-size: 20px;
    background: #123153;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: .8em 1.2em;
    border-radius: 8px 8px 0 0;
    line-height: 27px;
    white-space: nowrap;
}
h2.title.lp{
    margin-top: 20px;
}

h2.title span {
    padding-left: .4em;
}

.table .tbody {
    border: 2px solid #ececec;
    border-radius: 0 0 10px 10px;
}

.table .tr {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.table .tbody .tr:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.table a.tr {
    cursor: pointer;
}

.table a.tr:hover {
    background: #f1f1f1;
}

.table .th,
.table .td {
    width: 22%;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.table .th:first-child,
.table .td:first-child {
    width: 34%;
    text-align: left;
}

.table .th {
    padding: .4em 1em;
    font-weight: 600;
}

.table .td {
    padding: 1em;
}

.table .thead {
    background: #ECECEC;
}


.about-us {
    border: 2px solid #ececec;
    margin: 2em auto;
    padding: 2em;
    color: #333;
    line-height: 1.5em;
}


.best-odds {
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-odd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-odd .bookmaker .odd {
    font-weight: 600;
}

.match {
    background: url(/images/soccer-field.png) center bottom;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    padding: 2em;
}

.match .info {
    background: rgba(3, 24, 47, 0.95);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 1.6em;
}

.best-odd {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #fff;
    cursor: pointer;
}
.best-odd:nth-child(2) {
    margin: 0 1.6em;
}

.best-odd .target {
    padding: 1em 2em;
    font-weight: bold;
}

.best-odd .bookmaker {
    padding: 1em .8em;
    background: #fff;
    color: #123153;
    display: flex;
    align-items: center;
}

.best-odd .bookmaker img {
    max-height: 22px;
    max-width: 70px;
    margin-right: .4em;
}

.match .compare {
    display: block;
    cursor: pointer;
    margin-top: 1em;
    text-align: center;
}

.match .compare a {
    background: #FAFF00;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #05274E;
    text-transform: uppercase;
    display: inline-block;
    padding: 1.4em 2em;
}

footer {
    align-items: center;
    background: #123153;
    padding: 1.5em 2em;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

footer .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .right {
    text-align: center;
}

footer .logo {
    height: 50px;
    margin-right: 1em;
}

footer .left,
footer .right {
    flex: 1 1 50%;
}

footer .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer .right img {
    height: 40px;
}

footer .warning {
    max-width: 300px;
    text-align: left;
}

footer a {
    color: #D2D2D2;
    font-weight: normal;
}

@media (min-width: 600px) {
    [data-mobile-only] {
        display: none !important;
    }
}

@media (max-width: 599px) {

    [data-desktop-only] {
        display: none !important;
    }

    nav, .sidebar, .td.more, .td.info {
        display: none;
    }

    .top-bar .strip {
        padding: 0.5em;
    }

    .top-bar .hamburger {
        display: block;
        padding-right: 1em;
    }

    .top-bar .hamburger svg {
        display: block;
        height: 24px;
        width: auto;
    }

    .top-bar .logo img {
        max-height: 50px;
    }

    .center {
        padding: 0;
        margin-bottom: 30px;
    }

    footer {
        display: block;
        text-align:center;
        font-size: 11px;
    }

    footer .center, footer .left, footer .right {
        flex-direction: column;
        gap: 10px;
    }
    footer .warning {
        text-align: center;
    }
    footer .logo {
        margin: 0;
    }   

    footer .disclaimer {
        padding-right: 0;
    }

    .match {
        border-radius: 0;
    }

    h2.title {
        border-radius: 3px 3px 0 0;
    }

    .bookmakers .td img {
        max-width: 80px!important;
    }

    .table .td {
        padding: 0.5em;
    }

    .best-odds {
        display: block;
    }

    .best-odd {
        margin: 20px auto;
    }

    .matches .odd {
        display: block;
    }

    .matches .odd img {
        margin: 5px auto!important;
        max-width: 50px;
    }

    .match .best-odd {
        width: 100%;
        margin-bottom: 1.6em;
    }

    .match .best-odd:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }

    .match .best-odd:last-child {
        margin-bottom: 0;
    }

    .match .best-odd .bookmaker,
    .match .best-odd .target {
        flex: 1 1 50%;
        max-width: 50%;
        box-sizing: border-box;
        white-space: nowrap;
    }
}
