body {
    background: url('../img/bg_banner.jpg') no-repeat;
    background-color: #0a0813;
    background-size: cover;
    color: #fffcf1;
    font-size: 20px;
    font-weight: 600;
    overflow-x: hidden;
}
.logo {
    max-width: 100px;
}
.container {
    overflow: hidden;
}
.nav-link {
    color: #fffcf1!important;
}
.nav-link.active {
    color: #999!important;
    text-shadow: 1px 1px #ffff00;
}
.next_ld_box {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url('../img/ld_border.gif');
    background-repeat: no-repeat;
    background-size: 500px 150px;
    background-position: center center;
    background-color: #19152c;
    width: 480px;
    height: 150px;
    vertical-align: middle;
    padding: 45px 0;
    margin: 0 auto;
}
.time_info {
    vertical-align: middle;
}
.next_ld_box h5, .next_ld_box span {
    display: inline;
}
.index_header {
    text-align: center;
}
.ld_box {
    border: 2px solid #000;
    border-radius: 25px;
}
.box_header {
    background-color: #ccc;
    color: #000;
    padding: 20px 0;
    border-radius: 25px 25px 0 0;
    border-bottom: 4px solid #000;
}
.box_header h3 {
    display: none;
}
.box_header span:nth-child(1), .box_body .row_1 span:nth-child(1), .box_body .row_2 span:nth-child(1), .box_body .row_3 span:nth-child(1) {
    width: 40%;
}
.box_header span:nth-child(2), .box_body .row_1 span:nth-child(2), .box_body .row_2 span:nth-child(2), .box_body .row_3 span:nth-child(2) {
    width: 59%;
}
.result_num {
    display: inline-block;
    padding: 15px 25px;
    border: 2px solid #a60112;
    background-color: #a60112;
    animation : bg_blink infinite 4s ease-in-out;
    color: #fffcf1;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    margin: 10px 0;
}
.row_4 a {
    color: #fffcf1;
}
.row_4 a:hover {
    color: #ffff00;
    text-decoration: underline;
}
.ld_box {
    width: 80%;
    margin: 35px auto;
    text-align: center;
}
.ld_box span {
    display: inline-block;
    height: 100%;
}
.home_left_box {
    max-height: 300px;
    overflow: hidden;
}
.clearfix {
    clear: both;
}
.box_body {
    background-color: #000;
    border-radius: 0 0 25px 25px;
}
.footer_box {
    text-align: center;
    text-shadow: 2px 2px #000;
}
.row_1 > span, .row_2 > span, .row_3 > span {
    vertical-align: middle;
}
.intro_banner {
    width: 100%;
    display: inline-block;
    text-align: right;
}
.last_result_table {
    text-align: center;
}
.last_result_table thead th {
    background-color: #ccc;
    border-top: none;
    border-bottom: 2px solid #0a0813;
}
.last_result_table tbody td{
    background-color: #0a0813;
    color: #fffcf1;
    vertical-align: middle;
}
.last_result_table {
    min-width: 700px;
}
#last_result_wrapper .row {
    padding: 10px 20px;
}
.section {
    overflow-x: scroll;
}
.section h1 {
    font-weight: 600;
    text-align: center;
    text-shadow: 2px 2px #19152c;
}
.section::-webkit-scrollbar {
    display: none;
}
.livedraw_table {
    text-align: center;
    border: 2px solid #000;
}
.livedraw_table thead th {
    background-color: #ccc;
    border-top: none;
    border-bottom: 2px solid #0a0813;
}
.livedraw_table tbody td {
    background-color: #0a0813;
    color: #fffcf1;
    vertical-align: middle;
}
.yt_frame {
    width: 100%;
    min-height: 500px;
}
.conso_table, .start_table {
    width: 49.5%;
    display: inline-block;
    text-align: center;
    border: 2px solid #000;
}
.conso_table thead th, .start_table thead th {
    background-color: #ccc;
    border-top: none;
    border-bottom: 2px solid #0a0813;
}
.conso_table tbody td, .start_table tbody td  {
    background-color: #0a0813;
    padding: 20px 0;
    color: #fffcf1;
    vertical-align: middle;
}
@media screen and (max-width : 960px) {
    .intro_banner {
        width: 100%;
    }
}
@media screen and (max-width : 767px) {    
    .box_header span {
        display: none;
    }
    .box_header h3 {
        display: block;
    }
    .box_header, .box_body {
        text-align: center;
    }
    .box_header span, .box_body span{
        margin: 10px 0;
    }
    .box_header span:nth-child(1), .box_body .row_1 span:nth-child(1), .box_body .row_2 span:nth-child(1), .box_body .row_3 span:nth-child(1) {
        width: 100%;
    }
    .box_header span:nth-child(2), .box_body .row_1 span:nth-child(2), .box_body .row_2 span:nth-child(2), .box_body .row_3 span:nth-child(2) {
        width: 109%;
    }
    .start_table, .conso_table {
        width: 100%;
    }
}
@media screen and (max-width : 467px) {
    .livedraw_table .result_num {
        font-size: 18px;
        padding: 10px 15px;
    }
}
@media screen and (max-width : 371px) {
    .livedraw_table .result_num {
        font-size: 16px;
        padding: 5px 10px;
    }
}
@media screen and (max-width : 398px) {
    .result_num {
        font-size: 18px;
        padding: 10px 15px;
    }
}
@keyframes bg_blink {
    0% {
        background-color: #a60112;
    }
    50% {
        background-color: #19152c;
    }
}