/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/

th.rotate {
  /* Something you can count on */
  height: 90px;
  white-space: nowrap;
  border-style: none;
  border-width: 0px;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(0px, 51px)
    /* 45 is really 360 - 45 */
    rotate(290deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  margin: 0 0 0 50px;
}

.csstransforms th.rotate {
  height: 140px;
  white-space: nowrap;
}