#input-search{
    width: 300px;
    height: 40px;
    font-size: 20px;
    text-indent: 10px;
    border: 1px solid #fff;
    padding: 4px 12px;
    border-radius: 8px;
    top: 10px;
}

.content-search{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 290px;
    left: 0;
    
    display: none;
}

.content-table{
    width: 80%;
    max-height: 200px;
    height: auto;

    margin-left: 10px;
   
}

.content-table table{
    width: 100%;
}

tbody tr td a{
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
}

tbody tr td a:hover{
    background: rgb(94,196,212);
}

#table_length, #table_filter, #table_info, #table_paginate{
    display: none;
}















