.reports th {
  font-size: 10px !important; 
  padding: 10px !important;
}

.reports td {
  font-size: 11px !important; 
  padding: 10px !important;
}

.total {
  font-size: 11px !important; 
  font-weight: 'bold' !important;
}

.col-width-1 {
  width: 30px; 
}

.col-width-2 {
  width: 60px; 
}

.col-width-6 {
  width: 180px; 
}

.vertical-header div {position: absolute;}

.vertical-header {
    height: 160px !important;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    writing-mode: bt-rl;
    text-indent: -5em;

    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
}