.responsive-calendar .controls {
    text-align: center;
}
.responsive-calendar .controls a {
    cursor: pointer;
}
.responsive-calendar .controls h4 {
    display: inline;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
    font-size: 0;
}
.responsive-calendar .day {
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 14.285714285714286%;
    text-align: center;
    font-family: Roboto Regular;
    color:#2C8CB7;
}
.responsive-calendar .day a {
    color: #6B6B6B;
    display: block;
    cursor: pointer;
    padding: 20% 0 20% 0;
    transition: 0.2s;
    border-radius:100px;
}
.responsive-calendar .day a:hover {
    transition:0.2s;
    border-radius: 100px;
    background-color: #FFF;
    text-decoration: none;
}
.responsive-calendar .day.header {
    padding: 0 0 10px 0;
    color:#2C8CB7;
    text-transform: uppercase;
    font-size: 12px;
}
.responsive-calendar .day.active a {
    background-color: #1d86c8;
    color: #ffffff;
}
.responsive-calendar .day.active a:hover {
    background-color: #36a0e2;
}
.responsive-calendar .day.active .not-current {
    background-color: #8fcaef;
    color: #ffffff;
}
.responsive-calendar .day.active .not-current:hover {
    background-color: #bcdff5;
}
.responsive-calendar .day.not-current a {
    color: #ddd;
}
.responsive-calendar .day .badge {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 1;
    background: #FFA739;
}
