body {
  background-color: #222;
  font-family: verdana;
  font-size: 12px;
}

#gice-table{
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 10px;

  .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    white-space: normal;
  }
}


