

html {
    transform-origin: top left;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.TableRow {
    background-color: #0033FF;
    height: 126px;
    font:bold 65px  Arial; color:#FDFA00;
}
.TableRow:nth-child(even) {
    background-color: #0000FF;
}

.smerClassDiv {
    padding-top: 4px;
    font:bold 30px  Arial; color:#FFFF33;
}

.TableRowOddelovac {
    height: 0px;
}
