

#input-search{
    width: 270px;
    height: 45px;
    font-size: 20px;
    text-indent: 10px;

font-family: 'Open Source Pro', sans-serif;
color: #000 !important;
}

.content-search{
    width: 100%;
    /*height: 100vh;*/
    position: inline-block;
    /*top: 60px;
    left: 50%;
    background: rgba(0,0,0,0.3);*/
    display: none;
text-align: center;
}

.content-table{
    /*width: 80%;
    max-height: 200px;
    height: auto;
    background: rgba(0,0,0,0.3);
    margin-left: 10px;
    overflow-y: visible;
    overflow-x: hidden;*/
}

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

tbody tr td a{
    display: block;
    padding: 10px;
    /*color: white;
    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;
}


