th div.rotated {
  -webkit-transform: rotate(90deg); 
  -moz-transform: rotate(90deg);
  writing-mode:tb-rl; 
  white-space: nowrap; 
}

thead th {
  vertical-align: top;      
}

thead .vertical {
  white-space: nowrap;   
}