    #input-search {
        width: 170px;
        height: 25px;
        font-size: 13px;
        text-indent: 10px;
        color: #0936ff;
    }
    
    .content-search {
        width: 60%;
        height: 100vh;
        position: fixed;
        top: 60px;
        left: 22%;
        /*background: rgba(0, 0, 0, 0.3);*/
        display: none;
    }
    
    .content-table {
        width: 25%;
        background: #fff;
        margin-left: 15px;
        overflow-y: visible;
        overflow-x: hidden;
        font-size: 13px;
    }
    
    .content-table table {
        width: 100%;
    }
    
    tbody tr td a {
        display: block;
        padding: 3px;
        color: #0936ff;
        text-decoration: none;
    }
    
    tbody tr td a:hover {
        background: rgba(0, 0, 0, 0.3);
    }
    
    #table_length,
    #table_filter,
    #table_info,
    #table_paginate {
        display: none;
    }