body {
    background-color: #fffcf1;
    font-size: 20px;
    font-weight: 600;
    overflow-x: hidden;
}
.logo {
    max-width: 100px;
}
.container {
    overflow: hidden;
}
.next_ld_box {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.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: #a60112;
    color: #fffcf1;
    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: #fffcf1;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    margin: 10px 0;
}
.row_4 a:hover {
    color: #a60112;
    text-decoration: underline;
}
.ld_box {
    width: 80%;
    margin: 35px auto;
    text-align: center;
}
.ld_box span {
    display: inline-block;
    height: 100%;
}
.short-banner-slant-left, .short-banner-slant-right {
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.short-banner-slant-left {
    width: 600px;
    height: 600px;
    top: 960px;
    left: calc(50% - 1040px);
    transform: rotate(-42deg);
    transform-origin: 0 0;
    border-radius: 150px;
    background: #d41e1a;
    background: linear-gradient(to left,#b50005,#b50005 20%,#cc1415 10%);
}
.short-banner-slant-right {
    width: 1500px;
    height: 1500px;
    top: -828px;
    left: calc(50% + 550px);
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    border-radius: 250px;
    background: #d41e1a;
    background: linear-gradient(to right,#a80000,#a80000 1px,#a80000 1px,#a80000 80px,#cc1415 80px,#d41e1a 1px,#d41e1a 1px,#d41e1a 200px,#cc1415 200px,#cc1415 1px,#cc1415 1px,#d41e1a 280px,#cc1415 280px);
}
.box_body {
    background-color: #fffcf1;
    border-radius: 0 0 25px 25px;
}
.footer_box {
    text-align: center;
}
.row_1 > span, .row_2 > span, .row_3 > span {
    vertical-align: middle;
}
.intro_banner {
    width: 40%;
    display: inline-block;
}
.last_result_table {
    text-align: center;
}
.last_result_table thead th {
    background-color: #d41e1a;
    border-top: none;
    border-bottom: 2px solid #000;
}
.last_result_table tbody {
    background-color: #fffcf1;
}
.last_result_table {
    min-width: 700px;
}
#last_result_wrapper {
    background-color: #d41e1a;
}
#last_result_wrapper .row {
    padding: 10px 20px;
}
.section {
    overflow-x: scroll;
}
.section h1 {
    font-weight: 600;
    text-shadow: 2px 2px #a80000;
}
.section::-webkit-scrollbar {
    display: none;
}
.livedraw_table {
    text-align: center;
    border: 2px solid #000;
}
.livedraw_table thead th {
    background-color: #d41e1a;
    border-bottom: 4px solid #000;
}
thead tr th, tbody tr td {
    vertical-align : middle;
}
.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: #d41e1a;
    border-top: none;
    border-bottom: 2px solid #000;
}
.nav-link.active {
    text-shadow: 1px 1px #ccc;
}
@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;
    }
}