.tabs li {
    display: inline-block;
    padding: 10px 10px;
    background-color: #6F7677;
    border-top: 1px solid #6F7677;
    border-left: 1px solid #6F7677;
    border-right: 1px solid #6F7677;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px
}

.tabs li.active {
    background-color: #fff;
    color: #000
}

.tabs-contents {
    background-color: #fff
}

.tabs-contents>div {
    padding-top: 10px;
    display: none
}

.tabs-contents>div.active {
    display: block
}

.tbldata {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #dedede;
    margin: 0 0 0px;
    width: 100%;
}

.tbldata th {
    background-color: #e6e6e6;
    border-left: 1px solid #cccccc;
    color: #000000;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
}

.tbldata tbody tr.odd {
    background-color: #f5f5f5;
}

.tbldata tr.center {
    padding: 15px;
    width: 5px;
}

.tbldata tr td {
    border-left: 1px solid #cccccc;
    color: #000000;
    padding: 8px 8px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

.tbldata tr td.prize-value {
    width: 80px;
    border-left: none;
}

.tbldata tr .center {
    padding: 10px;
    width: 5px;
}

.tbldata tr.active {
    background-color: #ffffcf;
}

.tbldata tr.unCompleted td {
    color: #c63c2c;
}

.tbldata caption {
    border-left: 1px solid #cccccc;
    color: #fff;
    vertical-align: middle;
    background-color: #6f7677;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 6px;
    white-space: nowrap;
    position: relative;
    text-align: center;
    z-index: 9;
}

.tbldata caption[sort="true"] {
    cursor: pointer;
    padding-right: 22px;
}

.tbldata thead th {
    border-left: 1px solid #cccccc;
    color: #fff;
    vertical-align: middle;
    background-color: #6f7677;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 6px;
    white-space: nowrap;
    position: relative;
    text-align: center;
    z-index: 9;
}

.tbldata thead th[sort="true"] {
    cursor: pointer;
    padding-right: 22px;
}

.tbldata thead td {
    background-color: #000;
    font-weight: bold;
    padding: 10px 6px;
    text-align: center;
}

.tbldata thead th.header {
    font-weight: bold;
    padding: 6px;
    text-align: left;
}

.tbldata td {
    border-bottom: 1px solid #cccccc;
    white-space: nowrap;
}

.tbldata input {
    margin: 0;
}

.table-result-lottery {
    border-right: none;
}

.table-result-lottery h2 {
    display: inline-block;
    font-size: 20px;
}

.table-result-lottery tr.prize-pool td {
    padding: 5px !important;
}

.table-result-lottery td.prize {
    width: 70px;
}

.table-result-lottery td {
    text-align: center !important;
    padding: 0px !important;
}

.table-result-lottery td.results span {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    border-right: 1px solid #cccccc;
    font-size: 22px;
    font-weight: bold;
}

.table-result-lottery td.results span[data-prize="1"] {
    color: #c63c2c;
}

.table-result-lottery td.results span[data-prize="9"] {
    color: #c63c2c;
}

.table-result-lottery td.results span.special-prize {
    color: #c63c2c;
}

.table-result-lottery td.results span.wrap-text {
    white-space: initial;
}

.table-result-lottery td.results span.header {
    padding: 10px 6px;
    font-size: 15px;
    color: #ffffff;
    background-color: #6f7677;
}

.table-result-lottery td.results .quantity-of-number {
    display: grid;
}

.table-result-lottery td.results .quantity-of-number[data-quantity="1"] {
    grid-template-columns: minmax(0, 1fr);
}

.table-result-lottery td.results .quantity-of-number[data-quantity="2"] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.table-result-lottery td.results .quantity-of-number[data-quantity="6"] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.table-result-lottery td.results .quantity-of-number[data-quantity="3"] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.table-result-lottery td.results .quantity-of-number[data-quantity="4"] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
            0,
            1fr
        );
}

.table-result-lottery td.results .quantity-of-number[data-quantity="7"] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
            0,
            1fr
        );
}

.table-result-lottery td.results .quantity-of-number[data-quantity="8"] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
            0,
            1fr
        );
}

.table-result-lottery td.results .quantity-of-number[data-quantity="9"] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
            0,
            1fr
        ) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
            0,
            1fr
        );
}

.table-result-lottery td.results .quantity-of-number.specs[data-quantity="4"] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 1fr) minmax(
            0,
            2.5fr
        );
}

.table-result-lottery td.circle {
    text-align: left !important;
}

.table-result-lottery td.circle i {
    font-style: normal;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #c00;
    display: inline-block;
    margin: 0 5px 0 0;
    background-color: #c00;
}

.table-result-lottery td.circle i.special {
    background-color: #fff200;
    border: 3px solid #fff200;
    position: relative;
    margin-left: 10px;
}

.table-result-lottery td.circle i.special:before {
    position: absolute;
    top: -3px;
    width: 1px;
    left: -9px;
    height: 18px;
    background: #ed1c24;
    content: "";
}

.table-result-lottery div.vietlott {
    padding: 10px;
}

.table-result-lottery div.vietlott ul {
    text-align: center;
    list-style-type: none;
}

.table-result-lottery div.vietlott ul li {
    width: 57px;
    height: 57px;
    line-height: 52px;
    font-size: 30px;
    background: #c00;
    color: #fff;
    border: 3px solid #c00;
    display: inline-block;
    border-radius: 57px;
    vertical-align: middle;
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 10px;
}

.table-result-lottery div.vietlott ul li[data-prize="7"] {
    background-color: #fff200;
    color: #ed1c24;
    border: 3px solid #fff200;
    margin-left: 10px;
    position: relative;
}

.table-result-lottery div.vietlott ul li[data-prize="7"]:before {
    position: absolute;
    top: -3px;
    left: -15px;
    width: 1px;
    height: 57px;
    background: #ed1c24;
    content: "";
}

.table-result-lottery.table-result-lottery-font-small td.results span {
    font-size: 14px;
}

.table-result-lottery.table-result-lottery-font-small.table-result-digits
    td.results
    span {
    border: none;
}

.table-result-lottery a {
    color: blue;
}

.table-word-wrap {
    max-width: 100%;
}

.table-word-wrap td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: bold;
}

.table-word-wrap td.break-word,
.table-word-wrap th.break-word {
    word-break: break-word !important;
    white-space: initial !important;
}

@media only screen and (max-width: 991px) {
    .table-result-lottery td.results span {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .table-result-lottery td.results span[data-prize="1"] {
        font-size: 20px;
    }

    .table-result-lottery td.results span[data-prize="9"] {
        font-size: 20px;
    }

    .table-result-lottery td.results span.wrap-text {
        font-size: 15px;
    }

    .tbl-responsive th,
    .tbl-responsive td {
        white-space: break-spaces !important;
    }

    .table-result-lottery h2 {
        display: inline-block;
        font-size: 16px;
    }

    .table-result-lottery tr.prize-pool td {
        padding: 3px 4px !important;
    }

    .table-result-lottery div.vietlott {
        padding: 5px;
    }

    .table-result-lottery div.vietlott ul li {
        width: 35px;
        height: 35px;
        line-height: 30px;
        font-size: 16px;
        margin-right: 7px;
    }

    .table-result-lottery div.vietlott ul li[data-prize="7"] {
        margin-left: 7px;
    }

    .table-result-lottery div.vietlott ul li[data-prize="7"]:before {
        left: -10px;
        height: 35px;
    }

    .table-result-lottery td.circle i {
        width: 10px;
        height: 10px;
    }

    .table-result-lottery td.circle i.special {
        background-color: #fff200;
        border: 3px solid #fff200;
        position: relative;
        margin-left: 6px;
    }

    .table-result-lottery td.circle i.special:before {
        position: absolute;
        top: -3px;
        width: 1px;
        left: -9px;
        height: 10px;
        background: #ed1c24;
        content: "";
    }
}

.table-result-lottery td.align-left,
.table-result-lottery th.align-left {
    text-align: left !important;
    padding-left: 5px !important;
}

.table-result-lottery th.cell-highlight,
.table-result-lottery td.cell-highlight {
    background-color: #5cb85c !important;
}

.text-red {
    color: #c63c2c;
}
