.fc-event, .fc-event-dot {
    background-color: #012f01;
    color: #fff !important;
    border: 1px solid #000;
}
.fc-time {
    display: none;
}
.fc-title {
    height: 100px;
}
.fc-day-grid-event .fc-content {
    white-space: normal !important;
}
.zlp-time {
    font-size: 11px;

    margin-left: 5px;
}
.zlp-moon {
    margin-left: 10px;
}
.zlp-animals{
    font: status-bar;
    font-size: 12px;
    margin: 0px 11px 0px 11px;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    color: #0d390d;
}
span.fc-day-number {
    display:none;
}

table.table-not-border td {
    border: none !important;
}
table.table-not-border td.day-value{
    color:green;
    font-weight: bold;
}
img.moon-image {
    height:15px !important;
}

@media (min-width: 1025px)  {
    .skyrex-calendar .full-size {
        display:block;
    }
    .skyrex-calendar .mobile-size {
        display:none;
    }
}

@media (max-width: 1024px)  {
    .skyrex-calendar .full-size {
        display:none;
    }
    .skyrex-calendar .mobile-size {
        display:table;
    }
    .skyrex-calendar .mobile-size .header-select {
        text-align: center;

    }
}

.hunting-info .hunting-info-title {
    color: #002e00;
    font-family: "Roboto", Sans-serif, serif;
    font-weight: 600;
}