﻿#MainTable {
    /* responsivitás miatt ez nem lehet benne
        min-width: 1300px; */

}



.divHomeCalendar {
    width: Calc(33% - 40px);
    background-color: white;
    height: 420px;
    margin-bottom: 200px;
    padding: 10px 0px 10px 0px;
}

#HomeCalendar {
    border-right: none;
    border-TOP: none;
}

.subdivDashboardHome {
    background-color: white;
    float: left;
    height: 350px;
    width: 100%;
}




#CalendarTitle {
    font-weight: bold;
    margin-top: 16px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-family: sans-serif;
    color: #666;
}

.ItsALittleWindow {
    width: unset;
}

#BottomTabPageButton {
    width: Calc(100% - 15px);
    display: unset;
 }



