   .cmn-divfloat {
    position: fixed !important;
    bottom: 45px;
    right: 15px;
    display: none;
    }
    .cmn-btncircle {
        width: 40px !important;
        height: 40px !important;
        padding: 6px 0px;
        border-radius: 15px;
        font-size: 18px;
        text-align: center;
    }

    .cmn-divfloatpd {
        position: fixed !important;
        bottom: 45px;
        right: 160px;
        display: none;
    }

    .cmn-divfloatlt {
        position: fixed !important;
        bottom: 45px;
        right: 20px;
        display: none;
    }
    .cmn-divfloatlt2 {
        position: fixed !important;
        bottom: 60px;
        right: 20px;
        display: none;
    }    
    .cmn-btncirclelt {
        width: auto !important;
        height: 40px !important;
        padding: 7px 0px;
        border-radius: 10px;
        font-size: 16px;
        text-align: center;
    }

    #audio{
        display: none
    }

    .search-bar {
        max-width: 200px;
        margin: 10px 25px;
        border: none;
        padding: 12px;
        position: relative;
    }    
    #searchBarInput {
        position: relative;
        background: transparent;
        padding: 12px 24px;
        border-radius: 8px;
        border: 2px solid black;
        width: 100%;
    }
    .position {
      position: relative;
      left: 21rem;
      top: -2.3rem;
    }

    .dataTables_filter {
        float: right !important;
     }


/*
    * { font-family: 'Roboto Slab', serif; margin: 0; padding: 0; }
    hr { border: 1px solid #ccc; margin-bottom: 20px; }
    h1, h2 { margin: 20px 0px 10px; }
    a { text-decoration: none;}
    .container { display: block; width: 1200px; margin: auto; }
    strong { padding-bottom: 1px; border-bottom: 1px dotted; }
    p { margin: 10px 0px; }
    code { font-family: monospace; color: #2d2d2d; background: whitesmoke; display: block; padding: 10px; border: 1px solid #ccc; overflow: scroll;}
    a.eval-js { color: whitesmoke; padding: 5px 10px; display: inline-block; margin-bottom: 10px; background: #2d2d2d; border-radius: 2px; }
    span.muted { font-size: 17px; color: #8B7373; }
    span.code { font-family: monospace; color: #2d2d2d; background: whitesmoke; padding: 5px; border: 1px solid #ccc; }
    div.code-runner { margin: 20px 20px;}
    ul, ol { margin: 10px 50px; }
    ul li { margin-bottom: 10px; }
    .hidden { display: none; }
    span.k { display: inline-block; width: 175px; }
    span.c { color: #F7BCBC; padding-left: 30px; }
    .plugin-options label { display: inline-block; width: 265px; }
    span.toast-position span.k { display: inline; } 
    .toast-index .muted { display: block; color: #AD9D9D; }
    .toast-index .muted:hover { color: #333; }
    .latest-update { padding: 0px 30px; border: 1px dashed; margin: 30px 0; box-sizing: border-box; }

    */