.days a {
    background: #bec2c4;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    margin: 2px 0.5%;
    text-align: center;
    text-decoration: none;
    width: 49.0%;
}

.days a:hover {
    background: #a1a4a6;
}

.days a.active {
    background: #d14c47;
}

@media only screen and (min-width : 480px) {
    .days a {
        margin: 0px 0.25%;
        width: 24.25%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .days a {
        font-size: 22px;
        line-height: 46px;
        padding: 0;
    }
}


@media only screen and (min-width : 1020px) {
    .days a {
        font-size: 14px;
        line-height: 30px;
    }
}
