
.mainCalendar table {
    border: solid 1px #000;
    /*max-width: 650px;*/
    width: 100%;
    table-layout: fixed;
}


.mainCalendar table td {
    border: solid 1px #000;
    padding: 0px;
    vertical-align: middle;
    height: 50px;
}


.mainCalendar th {
    background-color: rgba(31,34,114,.8);
    color: white;
}


.mainCalendar .zabuto_calendar .table th {
    background-color: rgba(31,34,114,.8) !important;
    color: white;
}


.mainCalendar .zabuto_calendar .table td {
    height: 80px;
}


.mainCalendar .zabuto_calendar li.event {
    background-color: #F00 !important;
}


.mainCalendar div.zabuto_calendar .table tr td.event div.day, div.zabuto_calendar ul.legend li.event {
    background-color: rgba(31,34,114,.8);
    color: #FFF;
    MIN-height: 80PX;
}


.mainCalendar div.zabuto_calendar .table tr td.event:hover div.day, div.zabuto_calendar ul.legend li.event {
    background-color: rgba(31,34,114,.4);
    color: #000;
}


.mainCalendar .halfwidth-table {
}







.mainCalendar table {
    border-collapse: collapse;
    width: 100%;
}


.mainCalendar th, td {
    text-align: center;
    padding: .8vw;
}


.mainCalendar tr:nth-child(even) {
    background-color: #f2f2f2
}



.mainCalendar .inlineTitle{
    display:block;
}

.borderedTable table{
    border: solid 1px #444;
    margin-bottom: 10px;
    max-width: 100%;/* width: auto; */}


.borderedTable table td {
    border: solid 1px #444;
}


@media screen and (max-width: 1200px)
{
    .mainCalendar th, td 
    {
        padding: .6vw;
    }
}

@media screen and (max-width: 992px)
{
    .mainCalendar th, td 
    {
        padding: 1vw;
    }
}




@media screen and (max-width: 768px)
{
    .mainCalendar th, td 
    {
        padding: 2vw;
    }
}



@media screen and (max-width: 600px) {



    .inlineTitle:before {
        content: " ";
        white-space: pre;
        overflow: visible;
        z-index: 9999;
        font-size: 2rem;
        width: 10px;
        height: 10px;
        display: block;
        background-color: #bbb;
        border-radius: 5px;
        margin: 3px 5px;
        pointer-events: none;
    }

    .mainCalendar .inlineTitle {
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        font-size: 0.0001px;
        padding: 0;
        width: 1px;
    }
}


 