*  {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
    background-image: url('../img/background.png');
    background-color: #000000;
    font-family: 'Droid Sans', Arial, Verdana, sans-serif;
    color: #bfbfbf;
    padding-top: 15px;
    padding-bottom: 15px;
}

    /* //////////TOP CONTAINER/////////// */

    .top_container {
        width: 960px;
        margin: 20px auto;
        color: black;
        background-color: #000000;
        box-shadow: 0px 0px 10px 1px #141414;
    }

    .topbar {
        height: 40px;
        border-top: 5px solid #ff3131;
        background-color: #000000;
    }
    .logo {
  margin: 0 auto;
  text-align: center; /* biar konten di dalamnya center */
}

.logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

    h1, h2, h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        text-align: center;
    }

   h1 { font-size: calc(1.375rem + 1.5vw); }

    .ads-floating-top {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 728px;
        z-index: 9999;
        background: #000;
        text-align: center;
    }

    .ads-floating-bottom {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 728px;
        z-index: 9999;
        background: #000;
        text-align: center;
    }
.table-container {
    width: 100%;
    overflow-x: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
}

.cb, .asu {
    color: #000 !important;
}
table td[colspan] {
    color: #000 !important;
    font-weight: bold;   
}
.asu{font-weight:100}.e1,.e2,.e3,.e4,.e5,.e6,.e7,.e8,.e9,.e0{background-color:#ff4d4d;border-radius:0;color:#000}.k1,.k2,.k3,.k4,.k5,.k6,.k7,.k8,.k9,.k0{background-color:green;border-radius:0;color:#000}.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c0{background-color:blue;border-radius:0;color:#fff}.a1,.a2,.a3,.a4,.a5,.a6,.a7,.a8,.a9,.a0{background-color:orange;border-radius:0;color:#000}.highlight{padding:1px 4px;margin:0 -4px}input.cari{width:50px;text-align:center;color:#333;font-weight:700;background:#f0f7f2}#rb{background:#20a53a}#myForm{padding: 5px;}	

    fieldset {border: none;margin: 0;padding: 0;list-style: none;vertical-align: baseline;}  .head th{background:#20a53a;color:#fff;border: 1px solid #ddd ;font-weight:normal;height: 20px; }.entry-content th,.entry-content td,.comment-content th,.comment-content td{padding:0!important}textarea{width:100%}.asux{background:none repeat scroll 0 0 #fff;color:#d7d1d1;font-weight:400}tr:nth-last-child(5n+1){background:none repeat scroll 0 0 #e8e4e7!important}.colormenu{background: #022142;width:738px;height: 30px; center: unset;z-index:99999;padding:0;max-width:100%;margin-bottom:10px}.colormenu.fixed{position:fixed;height: 30px; center: unset;width: 738px !important;top:0;left:0 !important;margin: auto;right: 0;}.intro td{background:none repeat scroll 0 0 #ffffff!important}table{background:#fff none repeat scroll 0 0;margin:1px;min-width:500px}#drawing-table thead td{background: #dd9933!important;width:100%;background: #0000f4 !important;margin:0;margin-top:10px}#drawing-table td {border: 1px solid #d9d9d9;text-align: center;padding: 0;font-family: 'Roboto', sans-serif;font-size: 13px;font-weight: bold;padding: 3px 0 3px 0;}#color-selector .color{float:left;height:25px;position:relative;width:11%;cursor:pointer}#color-selector .color.eraser{background:none repeat scroll 0 0 #fff}#color-selector .color.Blue{background:#43a2ff}#color-selector .color.Aqua{background:#00F5FF}#color-selector .color.Teal{background:#43CD80}#color-selector .color.Lime{background:#01FF70}#color-selector .color.Yellow{background:#FFDC00}#color-selector .color.Orange{background:#FF851B}#color-selector .color.Red{background:#FF4136}#color-selector .color.Pink{background:#F012BE}#color-selector .color.Purple{background:#A23BEC}#color-selector .color.Silver{background:#a9a9a9}#color-selector .selected{box-shadow:inset 0 0 0 2px #000}#btnSubmit{float:left;margin-top:0;font-size:9px;background:#333;color:#FFF;font-weight:600;border:none;height:25px;line-height:25px;width:10%;cursor:pointer;text-transform:uppercase}#table-wrap{font-weight:700;position:relative}#table-wrap table{position:relative;z-index:10}#toggle-tracing-mode{display:none}#html-wrap textarea{height:50px;margin:0 0 10px;overflow:auto;width:100%}#btnSubmit{float:left;margin-top:0}@media (max-width:767px){#drawing-table{min-width:100%;margin-right:-10px;margin-left:-10px}}@media (max-width:370px){#drawing-table td{font-size:10px}}

    @media (min-width: 1200px) {
        h1 { font-size: 2.5rem; }
    }

    h2 {
        font-size: calc(1.325rem + .9vw);
    }

    @media (min-width: 1200px) {
        h2 { font-size: 2rem; }
    }

    h3 {
        font-size: calc(1.3rem + .6vw);
    }

    @media (min-width: 1200px) {
        h3 { font-size: 1.75rem; }
    }

    .a { color: #000000; }
    .a:hover { color: #ffffff; }

    /* NAVBAR START */
    .navbar-container {
        background-color: #000;
        box-shadow: 0px 0px 4px 1px #141414;
        border-bottom: 5px solid #ff3131;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown {
        border-left: 1px solid #222222;
        padding: 7px 0px;
    }

    .dropdown a {
        width: 100%;
        padding: 7px 20px;
        color: #FFFFFF;
        font-size: 16px;
        text-shadow: 0 0 2px #222;
        cursor: pointer;
        border-right: 1px solid #222222;
        background-color: #000;
        transition: all 0.1s ease-in-out;
        text-decoration: none;
        text-align: center;
    }

    .main_banner {
        padding: 10px 40px;
        width: 80%;
        margin: auto;
    }

    .main_banner img { width: 100%; }

    /* /////////MAIN CONTAINER/////////// */
    .main_container {
        width: 960px;
        background-color: #000000;
        box-shadow: 0px 0px 10px 1px #141414;
        margin: auto;
        padding: 20px;
    }

    .inside_main_container {
        background-color: #000000;
        box-shadow: 0px 0px 3px 1px #141414;
        width: 100%;
        padding: 20px;
    }

    .inside_main_container h3 {
        color: white;
        padding-bottom: 10px;
    }

    .inside_main_container h2 {
        padding: 20px 0;
        text-align: center;
    }

    .inside_main_container p {
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    .inside_main_container a {
        text-decoration: none;
    }

    .article_banner {
        padding: 10px 40px;
        text-align: center;
        width: 76%;
        margin: auto;
    }

    .article_banner img { width: 100%; }

    .banner_kotak {
        width: 30%;
        margin: 20px auto;
    }

    /* /Floating/  */
    .floatingbanner { display: none; }

    iframe { width: 100%; }

    .iframe-result-masterlive { overflow: hidden; }

    .Image-Container {
        width: 95%;
        margin: auto;
        text-align: center;
    }

    .Image-Container img {
        max-width: 95%;
        padding: 5px 0px;
    }

    .footer_container {
        width: 100%;
        display: block;
    }

    .inside_footer_container {
        width: 100%;
        display: flex;
        text-align: center;
    }

    .footer_button {
        width: 100%;
        text-align: center;
        padding: 10px 0px;
        background-color: #000000;
        box-shadow: 0px 0px 10px 1px #141414;
        margin: 0.8%;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.2px;
        color: black;
    }

    @media screen and (max-width:960px) {
        .top_container {
            width: 100%;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .topbar {
            height: 40px;
            border-top: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        }

        .navbar-container {
            width: 100%;
            display: block;
        }

        .dropdown { padding: 0; }

        .dropdown a {
            display: inline-block;
            padding: 10px 20px;
        }

        .main_banner {
            padding: 5px 0;
            width: 100%;
        }

        .main_container {
            width: 100%;
            padding: 10px;
        }

        .inside_main_container {
            width: 100%;
            padding: 10px;
            margin-bottom: 26%;
        }

        .inside_main_container h3 {
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .inside_main_container p {
            text-align: justify;
            line-height: 1.6;
            font-size: 14px;
        }

        .article_banner {
            padding: 0;
            text-align: center;
            width: 100%;
            margin: 20px 0;
        }

        .banner_kotak { width: 240px; }
        .banner_kotak img { width: 100%; margin: 0 auto; }

        .floatingbanner {
            display: inline-block;
            width: 100%;
            position: fixed;
            bottom: 0;
            text-align: right;
        }

        .inside-floating-banner { margin-top: 1%; }
        .floatingbanner img { width: 100%; max-height: 90px; }

        .close_btn {
            margin: 1%;
            padding: 0.5% 1.2%;
            color: white;
            background-color: red;
            border-radius: 5px;
            border: 2px solid black;
        }

        .inside_footer_container { display: block; }

        .footer_button {
            width: 22%;
            display: inline-block;
            margin: 1%;
            margin-bottom: 0%;
        }
    }

    @media screen and (max-width: 800px) {
        .footer_button { width: 47%; }
    }

    @media screen and (max-width: 600px) {
        .iframe-result-livedrawpedia { max-height: 420px; }
        .iframe-result-masterlive { max-height: 370px; }
    }

    @media screen and (max-width: 540px) {
        .footer_button { width: 100%; }
    }