.markedImage {
    border-width: 5px;
    border-color: #c7254e;
    border-style: solid;
}
.vrt-th
{
    vertical-align: center;
    width:80px;
}
.vrt-th-mnd
{
    vertical-align: center;
    width:80px;
    background: YellowGreen;
}
.vrt-thspan
 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}
.mnd-td
{
    background: YellowGreen;
}
.pichless-td
{
    background: Green;
}