.custom_calendar_wrapper {
    max-width: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}
.custom_calendar_wrapper > table {
    max-width: 100%;
    width: 100%;
}
.custom_calendar_wrapper > table > thead tr {
    width: 100%;
       
}
    .custom_calendar_wrapper > table > thead tr td {
        border: none;
        height: auto;
        background-color: #537f3e;
        color: #ffffff;
        font-size: inherit;
        line-height: inherit;
        letter-spacing: 0;
        border: none;
        text-align: center;
        position: relative;
        vertical-align: top;
        margin: 0;
        font-family: 'segoe ui';
        padding: 0.7em 1.3em;
        font-weight: normal;
    }
.custom_calendar_wrapper > table > thead tr td a {
    color:#fff;
}
    .custom_calendar_wrapper > table tbody th {
        border: 1px solid #000;
        border-color: #000;
        vertical-align: top;
        padding: 0.7em;
        font-weight: normal;
        line-height: inherit;
        background-color: #a9bf9e;
        color: #ffffff;
        font-family: 'segoe ui';
        text-transform: uppercase;
        width: 14%;
        vertical-align: middle;
        text-align: center;
    }
.custom_calendar_wrapper > table tbody td {
 
    color: #4d4d4d;
    padding: 0.7em;
    border: 1px solid transparent;
    border-color: #cccccc;
    vertical-align: top;
    line-height: inherit;
    width: 14%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000;
}

    .custom_calendar_wrapper > table tbody td.other_month {
        background-color: #2e6415;
        color: #fff;
    }
    .custom_calendar_wrapper > table tbody td.current_month.current_day {
        background-color: #537f3e;
        color: #fff;
    }
    .custom_calendar_wrapper > table tbody td.current_month.current_day a {
        color:#fff;
    }
        .custom_calendar_wrapper > table tbody tr {
}

        #PanelCalendar{
            margin-bottom: 100px;
        }

        
