body {
    background-color: #F4F8F9;
}


table.catatonic  {
    border-collapse: separate;
    border-spacing: 0px 10px;
}


.catatonic thead {
    background-color: #F4F8F9;
    color: #858788;
}

.catatonic tbody {
    background-color: white;
}

table.catatonic th,
table.catatonic td {
    vertical-align: middle;
    padding: 15px;
    border: none;
}
table.catatonic td.graph {
    width: 180px;
    padding: 0px;
}

.highcharts-credits {
    display: none;
}