.calendar_title{
    font-size: 36px;
    font-weight: bold;
    color: #cdcdcd;
}
.calendar-event-month-slider-button{ 
    background: -webkit-linear-gradient(right, rgb(157,118,255) 0%, rgb(235, 112,214) 83%);
    background: -o-linear-gradient(right, rgb(157,118,255) 0%, rgb(235, 112,214) 83%);
    background: -ms-linear-gradient(right, rgb(157,118,255) 0%, rgb(235, 112,214) 83%);
    background: -moz-linear-gradient(right, rgb(157,118,255) 0%, rgb(235, 112,214) 83%);
    background: linear-gradient(to left, rgb(157,118,255) 0%, rgb(235, 112,214) 83%);
    border: none;
    margin-top: 8px;
    border-radius: 50%;
    height: 40px;
}
.calendar-event-month-slider-button:hover,.calendar-event-month-slider-button:focus{
    background: -webkit-linear-gradient(right, rgb(157,118,255) 0%, rgb(235, 112,214) 83%);
    background: -o-linear-gradient(right, rgb(157,118,255) 0%, rgb(235, 112,214) 83%);
    background: -ms-linear-gradient(right, rgb(157,118,255) 0%, rgb(235, 112,214) 83%);
    background: -moz-linear-gradient(right, rgb(157,118,255) 0%, rgb(235, 112,214) 83%);
    background: linear-gradient(to left, rgb(157,118,255) 0%, rgb(235, 112,214) 83%);
    border: none;
    margin-top: 8px;
    border-radius: 50%;
    height: 40px;
}
.calendar-event-month-slider-glyphicon{
    font-size: 16px;
}