[class^=col] {
    box-sizing: border-box;
}

.width0 {
    display: none;
    padding: 0;
    margin: 0;
}

.width10 {
    width: 10%;
}

.width16 {
    width: 16.66%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width33 {
    width: 33.33%;
}

.width50 {
    width: 50%;
}

.width66 {
    width: 66.67%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width83 {
    width: 83.34%;
}

.width90 {
    width: 90%;
}

.width100 {
    width: 100%;
}

/* ////////////////////////////////////////////////*/
/* .col-sm-1 {
    width: 33.33%;
}

.col-sm-2 {
    width: 50%;
}

.col-sm-3 {
    width: 66.67%;
}

.col-sm-4 {
    width: 100%;
}



.col-lg-1 {
    width: 10%;
}

.col-lg-2 {
    width: 16.67%;
}

.col-lg-3 {
    width: 20%;
}

.col-lg-4 {
    width: 25%;
}

.col-lg-5 {
    width: 33.33%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-7 {
    width: 66.67%;
}

.col-lg-8 {
    width: 75%;
}

.col-lg-9 {
    width: 80%;
}

.col-lg-10 {
    width: 83.34%;
}

.col11 {
    width: 20%;
}

.col-lg-12 {
    width: 100%;
} */

/* //////////////////////////////////////////////// */
@media print {

    html,
    body {
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        font-size: 10px !important;
        color: black;
    }

    h1 {
        font-size: 14px !important;
    }

    #content {
        font-size: 10px !important;
    }

    .noprint {
        display: none !important;
    }
}

/* Small Screens */
@media screen and (max-width: 600px) {
    :root {
        --side: 0px;
        --minheight: 300px;
    }

    .sidenav {
        width: 100%;
        padding-top: 0px;
    }

    /* Style the sidenav links and the dropdown button */
    .sidenav a {
        float: left;
        outline: none;
    }

}

/* Large Screens */
@media screen and (min-width: 600px) {
    :root {
        --side: 180px;
        --minheight: 600px;
    }

    .sidenav {
        position: fixed;
        height: 100%;
        width: var(--side);
        top: 0;
        left: 0;
        padding-top: 20px;
    }

    /* Style the sidenav links and the dropdown button */
    .sidenav a {
        line-height: 150%;
        width: 100%;
    }

}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {

    /* CSS for up to 1024px width */
    :root {
        --dt_width: 150px;
        --dd_width: 80px;
        --dd1col_width: 180px;

    }
}