﻿.numDaysButton {
    box-sizing: border-box;
    text-align: center;
    font-size: 32px;
    width: 1.6em;
    height: 1.6em;
    border-radius: 1.6em;
    border: 2px solid #1994d7;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    color: #1994d7;
    text-transform: uppercase;
    outline-width: 0;
    padding: 15px 0;
}

.numDaysButton.active {
    color: #fff;
    border: 2px solid #253b56;
    background: #253b56;
}

.lnkPage {
        font-weight: bold;
        font-size: 30px;
        color: #a1afc0;
}
.lnkPageActive {
        font-weight: bold;
        font-size: 30px;
        color: #1994d7;
}

.day .active {
    color: #fff;
    border: 1px solid #fff;
    z-index: 101;
    background-color: #253b56;
    transform: scale(1.1);
}