.hideHeader thead
{
    display: none;
}

table
{
    border: 1px solid #474747;
    border-radius: 2px;
    font-size : 16px;
}

.dataTables_wrapper
{
    margin-right: 1.5px;
}

table.dataTable tbody td 
{
    padding: 2px !important;
    vertical-align: middle;
}

#table_histo tbody tr 
{
    height: 50px;
}

table.dataTable tbody tr 
{
    height: 68px;
}

.imgTable
{
    height: 60px;
}

.histoColumn
{
    text-align: right;
    width: 100px;
}