.head td {
    background: #ffffff;
    color: #000000
}

.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
    padding: 0 !important
}

textarea {
    width: 100%
}

.asuxy {
    background: none repeat scroll 0 0 #fff;
    color: #808080;
    font-weight: 400;
    max-width: 25px;
}

.asux {
    background: none repeat scroll 0 0 #fff;
    color: #808080;
    font-weight: 400
}

.nth-last-child-row {
    background: #e8e4e7;
}

.colormenu {
    background: none 0 0 repeat scroll #d9d9d9;
    border: 2px solid #d9d9d9;
    z-index: 99999;
    padding: 0;
    max-width: 100%;
    margin-bottom: 10px
}

.colormenu.fixed {
    position: fixed;
    height: 195px;
    width: 315px;
    top: 250px;
    left: 95px;
    border-radius: 7px;
}

.colormenu.fixed-m {
    position: fixed;
    height: 195px;
    width: 315px;
    top: 85px;
    left: 3px;
    border-radius: 7px;
}

.intro td {
    background: none repeat scroll 0 0 #ffffff !important
}

table {
    background: #fff none repeat scroll 0 0;
}

#drawing-table thead td {
    background: #e95500 !important;
    width: 100%;
    background: #0000f4 !important;
    margin: 0;
    margin-top: 10px
}

#drawing-table td {
    width: 20px;
    text-align: center;
    padding: 0;
    font-weight: 700;
    padding: 3px 0 3px 0;
}

#color-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 33px);
    gap: 5px;
}

#color-selector .color {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.nm {
    color: #000;
    text-align: left;
    font-size: 19px;
    font-weight: 500;
}

.reset-button {
    background-color: #444;
    color: #fff;
    border: inherit;
    border-radius: 4px;
    padding: 5px 0;
    width: 100%;
}

#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.White {
    background: #FFFFFF
}

#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: 13%;
    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
}

.dropdown-container {
    display: inline-flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.form-control {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.back-reset-button-container {
    text-align: left;
    margin-bottom: 10px;
}

.asux,
.asuxx,
.asuxy,
#color-selector,
.back-reset-button-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.btn-info-w {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    top: 82px;
    right: 0px;
    position: fixed;
    font-size: 13px;
}

.btn {
    width: 100px;
}

.color-menu-wrapper-m {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
}

.custom-col {
    padding-right: 35px;
    padding-left: 35px;
}

#selectorForm {
    width: 80%;
    display: flex;
    justify-content: center;
}

@media (max-width: 480px) {
    .btn-info-w {
        font-size: 11px;
    }

    .custom-col {
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 5px;
    }

    #selectorForm {
        width: 100%;
    }

    #colSelector,
    #pasaranSelector,
    #daySelector,
    #warnaSelector {
        font-size: 11px;
    }

    #daySelector,
    #warnaSelector {
        max-width: 60px;
    }

    #colSelector {
        max-width: 55px;
    }

    table {
        margin: 0px;
    }

    .asuxy {
        max-width: 40px;
    }

    #drawing-table td {
        font-size: small;
    }

    .btn {
        padding: 1px 6px;
        width: 75px;
    }

    .colormenu.fixed-m {
        width: 240px;
        height: 190px;
    }
}