  table:nth-child(1) td:nth-child(1) tr:nth-child(-n+7){
    display: none;
}
table:nth-child(1) td:nth-child(1) tr:nth-child(n+23){
    display: none;
}
table:nth-child(1) td:nth-child(2) tr:nth-child(n+31){
    display: none;
}
div.green_main > div:nth-of-type(2){
    height: 600px !important;
}
table:nth-child(1) td:nth-child(2) tr:nth-child(even) div{
    background: #f7fff7;
}
.bottom-bar{
    display: none;
}
.debugPane{
    display: none;
}
#myModal {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}
.cal-container {
    overflow-x: scroll;
    min-width: 500px;
    min-height: 880px;
}



