.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;
    z-index: 1;
}

.responsive-calendar .day a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 5% 0 5% 0;
}

.responsive-calendar .day.today.active a:hover,
.responsive-calendar .day.active.activated a,
.responsive-calendar .day.active a:hover {
    background-color: #eee;
    color: #0471a9;
}

.responsive-calendar .day.not-current a:hover {
    background-color: transparent;
}

.responsive-calendar .day.active .not-current {
    background-color: #0471a9;
}

.responsive-calendar .day.active .not-current:hover {
    background-color: #bcdff5;
}

.responsive-calendar .day.not-current a:hover,
.responsive-calendar .day.not-current a {
    color: #c8c8c8;
}

.responsive-calendar .day .badge {
    position: absolute;
    top: -7px;
    right: 0px;
    z-index: 2;
    width: 13px;
    height: 13px;
    line-height: 13px;
    padding: 0;
    text-align: center;
    background-color: #a60c0b;
    font-weight: normal;
}

.responsive-calendar .day-headers .day {
    text-transform: uppercase;
    font-size: 12px;
}

.responsive-calendar .controls h4 {
    font-size: 18px;
}

.responsive-calendar .day.today a,
.responsive-calendar .day-headers .day {
    color: #003e5d;
}

.responsive-calendar .day.active a {
    background-color: #0471a9;
}

.responsive-calendar .day.today.active a {
    background-color: #04699e;
    color: #fff;
}

.responsive-calendar .controls a {
    width: 19px;
    height: 16px;
    background: url('../img/calendar-nav.png') no-repeat;
    display: block;
    opacity: 0.52;
}

.responsive-calendar {
    font-size: 12px;
}

.responsive-calendar .day a,
.responsive-calendar .day.active .not-current {
    color: #ffffff;
}

.responsive-calendar .day-headers {
    margin: 20px 0 10px 0;
}

.responsive-calendar .controls a:hover {
    opacity: 1;
}

.responsive-calendar .controls a.next {
    background-position: -19px 0;
}

.responsive-calendar [data-head-year] {
    display: none;
}