.calendar-event-filter-style-box{
    background-color: #fff;
    color: #999999;
   padding: 17px 14px 40px 20px;  
    font-weight: 300;
}
.calendar-event-filter-style-grey{
    color: #555555;
}
.calendar-event-filter-style-default-grey{
    color: #999999;
}
.calendar-event-filter-style-default-grey:hover,.calendar-event-filter-style-default-grey:focus,.calendar-event-filter-style-default-grey:active{
    color: #999999;
    text-decoration: none;
    cursor: pointer;
}
.filterLabel{
    margin: 20px;
}
.list-unstyled{
    padding-left: 30px;
}