/* ******************** CSS for features ******************** */





/* ********** Styles for rotateTableCellContent plugin ********** */
table div.rotated {
/*    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);*/
/*    writing-mode: bt-lr;*/
/*    writing-mode: tb-rl;*/
    writing-mode: vertical-rl;
    white-space: nowrap;
/*    text-align: center;*/
}
table th {
    vertical-align: bottom;
}
table .vertical {
    white-space: nowrap;
}
