﻿.holiday-container{

}

.holiday-month {
    width: auto;
    margin-left: 0;
    /* min-height: 100px; */
    /*margin-top: 15px;*/
    margin-bottom: 15px;
    background-color: #f4f4f4;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    border: 1px solid #0000001a;
    /*box-shadow: 0px 0px 6px 3px #d2d2d2;*/
}

.holiday-month h4 {
    text-align: left;
    padding: 5px 10px;
    color: white;
    font-weight: 500;
    border-radius: 2px 2px 0 0;
    text-shadow: 1px 0px 1px #4f4f4f;
    background-color: #2d93c3;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 25px;
}

.holiday-detail {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    border-bottom: 1px solid #0000001a;
}

.holiday-detail p{
    margin-bottom: 0px;
}

.holiday-date {
    padding: 10px;
    border-right: 1px solid #0000001a;
}

.holiday-event{
    padding: 10px;
}

.holiday-month-list div:nth-child(odd) {
    background-color: #fdfdfd;
}