/* fix caption bar background (so tha tr background is visible through th background */
tr.caption-bar {
position:relative;
}

/* fix meu items, so that they expand to full height */
#top-menu ul li a {
display:block;
padding-top:6px;
}

/* fix limited with table columns, so that they wouldn't expand to th contents */
.right-align-w90 {
position: relative;
}
.right-align-w90 span {
position: absolute;
top: 5px;
right: 10px;
}
