
table {
    background: white;
    border: 1px solid #31B0CD;
    border-right: none;
    border-radius: 0px;
}

table thead th {
    color: #31B0CD;
    height: 3rem;
    padding-left: 1rem;
    border-bottom:1px solid #31B0CD;
    border-right:1px solid #31B0CD;
}

table tbody {
    background: white;
    border-radius: 0px;
}

table tbody td{
    height: 3rem;
    /*border:1px solid #31B0CD;*/
    padding-left: 1rem;
    border-right:1px solid #31B0CD;
}

table tr.even {
    background-color: #F8F8F8;
}

#datatable_wrapper .form-control {
    background: white;
}

#datatable_wrapper .form-control:focus {
    color: #31B0CD;
    background-color: white;
    border-color: #31B0CD;
}
