*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: arial;
}

body {
  background: #cccccc url("https://impulsabarinas.com/iconos/cover.jpg") no-repeat fixed;
  background-size: cover;
}
header{
    width: 100%;
    height: 60px;
    background: #0099ff;
    padding: 10px;
}

#input-search{
    width: 300px;
    height: 40px;
    font-size: 20px;
    text-indent: 10px;
    vertical-align: auto;
}

.content-search{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 201px;
    left: 0;
    background: rgba(0,0,0,0.3);
    display: none;
}

.content-table{
    width: 100%;
    max-height: 700px;
    height: auto;
    background: rgba(0,0,0,0.3);
    margin-left: 0px;
    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;
}