.table-box {
    border: #fdff35 2px solid;
    margin: auto;
    border-radius: 1.1em;
    background: #540000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: auto;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    height: 10%;
}

.box-color {
    background: #676767;
    border-radius: 25px 0 0 25px;
    border-top:1px solid #F2F2F2;border-left:1px solid #F2F2F2;border-right:1px solid #F2F2F2;color:#fff;
}

.box-color2 {
    background: #676767;
    border-radius: 25px 25px 25px 25px;
}

.box-color-add {
    background: #676767;
    border-radius: 0 25px 25px 0;
    border-top:1px solid #F2F2F2;border-left:1px solid #F2F2F2;border-right:1px solid #F2F2F2;color:#fff;
}

input[type=text] {
    border-radius: 5px;
    width: calc(100% / 1);
    margin-top: 15px;
    margin-bottom: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    border-color: #b32626;
}

.btn-lg {
    font-size: 14px;
    line-height: 0.8;
    border-radius: 25px;
    cursor: pointer;
    width: 200px;
    margin-bottom: 15px;
}

.btn {
    padding: 12px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;

}

.btn-primary {
    background: linear-gradient(to bottom, #9b0000, #ff0000, #9b0000);
    color: #ffffff;
}

.btn-error {
    background: linear-gradient(to bottom, #079710, #32d412);
    color: #ffffff;
}

#muka td {
    border: medium none !important;
    height: auto;
    padding: 5px;
    width: auto;
}

.isi {
    background: none repeat scroll 0 0 #ffffff !important;
    color: #000000 !important;
    font-size: 22px;
    height: 40px;
    text-align: center;
    outline: none;
}

.an123 {
    background-color: #1c0000;
    color: #ffffff;
}

.an1237 {
    background-color: #ff0000;
    color: #ffffff;
}

.an123, .an1237 {
    font-family: arial, verdana;
    font-size: calc(0.5rem + 0.5vw);
    font-weight: 800;
    margin: 4px;
    padding: 4px;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 8vw;
    height: 8vw;
    min-width: 30px;
    min-height: 30px;
    max-width: 50px;
    max-height: 50px;
}



.highlight-text {
    color: #fdff35;
    text-decoration: underline;
    margin-top: 15px;
    font-size: calc(0.5rem + 0.4vw);

}

.hasilconvert {
    border: none !important;
    margin-right: 0;
    width: auto;
    table-layout: fixed;
}

.hasilconvert td {
    border: none;
    vertical-align: middle;
}

.hasilconvert b {
    color: #eeeeee;
    font-family: verdana, tahoma;
    font-size: 25px;
    font-weight: bold;
}

table.hasilakhir {
    color: #ffffff;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    border: 0 none;
    margin-bottom: 15px;
}

#hsl {
    display: none;
}

table.hasilakhir td {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    font-family: arial, verdana;
    font-size: 40px;
    font-weight: bold;
    margin: 15px !important;
    text-align: center;
    border: #7a1212 2px solid;
}

.blink {
    animation: blink-animation 1s steps(10, start) infinite;
    -webkit-animation: blink-animation 1s steps(10, start) infinite;
}

@media (max-width: 480px) {

    #muka td {
        border: medium none !important;
        height: auto;
        padding: 2px;
        font-size: calc(0.6rem + 0.5vw);
    }

    input[type=text] {
        border-radius: 5px;
        width: calc(100% / 1);
        margin-top: 15px;
        margin-bottom: 15px;
        box-sizing: border-box;
        font-family: inherit;
        font-size: inherit;
    }

    .isi {
        height: 40px;
        text-align: center;
        outline: none;
    }

    .hasilconvert b {
        font-size: 17px;
    }

    table.hasilakhir td {
        font-size: 20px;
    }

    table.hasilakhir {
        height: 36px;
    }

    .btn {
        padding: 7px;
        border: 0 none;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .btn-lg {
        font-size: 12px;
        line-height: 0.8em;
        border-radius: 25px;
        width: 130px;
        margin-bottom: 15px;
    }

}