.nav {
    margin: 0 auto;
    text-align: center;
}
.home_table {
    text-align: center!important;
    background-color: #401004!important;
    margin: 20px auto;
    padding-top: 15px;
    color: #fff;
}
.home_table tr th {
    text-align: center;
}
.logo_intro, .logo {
    display: inline-block;
    text-align: center;
}
.hero-paragraph {
    color: #fff;
}
.result_num {
    display: inline-block;
    width: 50px;
}
.home_pic {
    width: 80px;
}
.home_table .table {
    padding : 20px;
}
img.is-revealing {
    animation: blinking 4s ease-in-out infinite;
    border: 2px solid rgb(253, 1, 127);
    border-radius: 25px;
}
table * {
    border: none!important;
}
.table {
    border-radius: 25px;
    box-shadow: 2px 2px 2px #e52e2f;
}
table th {
    border-bottom: 2px solid #fff!important;
}
table tr td:first-child {
    border-right: 1px solid #fff!important;
}
.lr_tab tr td:nth-child(1), .lr_tab tr td:nth-child(2), .lr_tab tr td:nth-child(3) {
    border-right: 1px solid #fff!important;
}
thead th{
    background-color: transparent!important;
}
tbody tr.odd td, tbody tr.even td {
    background-color: transparent;
}
.lr_tab_home_btn {
    margin: 0 auto 10px auto;
}
.starter_table, .conso_table {
    width: 49%;
    display: inline-block;
    text-align: center;
}
.next-ld-info {
    border: 2px solid #401004;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 30px;
    animation: blinking 2s ease-in-out infinite;
}
.next-ld-info p {
    display: inline-block;
    margin: 0;
}
.livedraw-prize {
    border-radius: 25px;
    background-color: #401004;
    box-shadow: 2px 2px 2px #e52e2f;
}
.livedraw-prize .home_table {
    border-top: 2px solid #fff;
}
.info-text {
    display: none;
}
.about-banner {
    width: 100%;
    max-height: 200px;
}
@keyframes blinking {
    25% {
        border: 2px solid #401004;
    }
    75% {
        border: 2px solid #e52e2f;
    }
}
@media screen and (max-width : 792px) {
    #last_result_table_wrapper {
        overflow-x: scroll;
    }
    #last_result_table_wrapper .table {
        min-width: 600px;
    }
    .result_num {
        width: 30px;
    }
    .info-text {
        display: block;
    }
    .conso_table, .starter_table {
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .result_num {
        width: 30px;
    }

}