﻿
.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: rgb(0, 89, 41) !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(145, 211, 126, 0.72);
    color: #000;
    min-height: 80PX;
    height: 100%;
    padding: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.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: 8px;
}


.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: 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;
    }
}


table {
    border: solid 1px #000;
    /*max-width: 650px;*/
    width: 100%;
}

    table td {
        border: solid 1px #000;
        padding: 5px;
        vertical-align: middle;
        height: 50px;
    }

th {
    background-color: rgba(31,34,114,.8);
    color: white;
}



table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}