.small {
	font-size:0.8em;
}

th.rotate {
    height: 140px;
    white-space: nowrap;
    padding: 0 !important;
}

th.rotate > div {
    transform:
        translate(13px, 0px)
        rotate(310deg);
    width: 30px;
}

th.rotate > div > span {
    padding: 5px 10px;
}

.fancybox-overlay {
	background-color: White;
}