body, html, .event {
font-family: verdana, sans-serif;
font-size: 10pt;
}
.vis-item .vis-item-content {
padding: 0px;
}
.sojuz {
height:50px;
}
.vis-item.vis-background.exp-negative {
background-color: rgba(255, 0, 0, 0.2);
height: 50px;
}
.vis-item.vis-background.exp-positive {
background-color: rgba(105, 255, 98, 0.20);
height: 50px;
}
.vis-label .vis-inner {
min-height: 50px;
}
.rTable { display: table;}
.rTableRow { display: table-row; }
.rTableHeading { display: table-header-group; }
.rTableBody { display: table-row-group; }
.rTableFoot { display: table-footer-group; }
.rTableCell, .rTableHead { display: table-cell; padding:5px;}