.container {
    padding: 5px;
}

body {
    min-height: 100vh;
    max-width: 1080px;
    margin: 0 auto;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
}

element.style {
    float: left;
}

.article-body .tables-wrap .table th {
    text-align: center;
}

.four-d-results .four-d-logo {
    display: inline-block;
}

.four-d-logo {
    background: transparent url(../images/sprite.png) no-repeat 0 -449px;
    display: block;
    height: 48px;
    width: 75px;
    text-indent: -9999px;
    margin: 0;
}

.toto-logo {
    background: transparent url(../images/sprite.png) no-repeat 0 -400px;
    display: block;
    height: 49px;
    width: 138px;
    text-indent: -9999px;
    margin: 0;
}

.table.orange-header > thead > tr > th {
    background: #004b8c;
}

.table > thead > tr > th {
    background: #777;
    color: #f3f3f3;
    text-align: center;
    border: 2px solid #e7e7e7 !important;
}

.table > tbody > tr > td {
    border: 2px solid #e7e7e7 !important;
    text-align: center;
    vertical-align: middle;
}

.table > tbody > tr > th {
    border: 2px solid #e7e7e7 !important;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
}

.btn-success,
.btn-primary {
    background: #004b8c !important;
}

.b-footer__copyright {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    background-color: #474747 !important;
    color: #fff;
    margin-top: 10px;
    padding: 5px;
}

.b-footer .b-footer__copyright .b-footer__copyright--text {
    padding: 0 0 8px 10px;
}

@media screen and (min-width: 992px) {
    .h-center-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

@media (min-width: 992px) {
    .col-md-10 {
        width: 83.33333333%;
    }
}

/* @media only screen and (min-width: 0px) and (max-width: 600px) {
    .b-footer__responsible-gaming { display: none; } 
  } */

@media only screen and (min-width: 340px) {
    .four-d-results .four-d-logo {
        margin-right: 20px;
    }
}

@media (min-width: 769px) {
    .table-responsive {
        overflow-x: hidden;
    }

    .desktop-only {
        display: block;
    }

    .desktop-only-table {
        display: table-cell;
    }

    .mobile-only {
        display: none;
    }

    .mg-b-32 {
        font-size: 32px;
        font-weight: bolder;
    }

    .table.table-custom.table-striped {
        border: 6px !important;
    }

    .table.table-custom > thead > tr > th {
        background: #004b8c !important;
        border: none !important;
    }

    .table.table-custom > tbody > tr > td {
        border: none !important;
    }

    .star-checked {
        color: orange;
    }
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .mg-b-32 {
        font-size: 24px;
        font-weight: bolder;
    }

    .star-checked {
        color: orange;
    }

    .card-bandar-mobile {
        border: 1px solid #004b8c;
        padding: 12px;
        margin-bottom: 15px;
        border-radius: 10px;
        background: linear-gradient(315deg, #48dbfb 0%, #d3d3d3 74%);
    }

    .card-bandar-mobile h3.position,
    .card-bandar-mobile h3.bandar-name,
    .card-bandar-mobile h3.min-dp,
    .card-bandar-mobile h3.min-wd {
        margin: 0;
    }

    h3.bandar-name {
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
        -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
    }

    h3.min-dp,
    h3.min-wd {
        font-size: 13px;
        font-weight: bold;
    }

    .card-bandar-mobile h3.position {
        font-size: 16px;
        font-weight: bold;
    }

    .card-bandar-mobile .star-checked {
        font-size: 17px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .card-bandar-mobile .fa-star {
        font-size: 17px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .text-blue {
        text-transform: uppercase;
        font-weight: bolder;
        font-family: 'Courier New', Courier, monospace;
        font-size: 26px;
    }

}