﻿.Calender {
    background-color: White;
    border: 1px solid #3073AC;
}


table.tableFixHead {
    overflow: auto;
    min-height: 250px;
    display:block;
    max-height:500px;
}

table tr.tableFixHead{
    position: sticky;
    top: 0;
    z-index: 1;
}