@font-face {
    font-family: "Visby Round CF Regular";
    src: url("Visby/VisbyRoundCF-Regular.eot");
    src: url("Visby/VisbyRoundCF-Regular.woff") format("woff"),
    url("Visby/VisbyRoundCF-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Visby Round CF Light";
    src: url("Visby/VisbyRoundCF-Light.eot");
    src: url("Visby/VisbyRoundCF-Light.woff") format("woff"),
    url("Visby/VisbyRoundCF-Light.otf") format("opentype");
}

@font-face {
    font-family: "Visby Round CF Bold";
    src: url("Visby/VisbyRoundCF-Bold.eot");
    src: url("Visby/VisbyRoundCF-Bold.woff") format("woff"),
    url("Visby/VisbyRoundCF-Bold.otf") format("opentype");
}

.datepicker
{
    font-family: "Visby Round CF Bold";
    padding: 1rem;
    padding-top: 0;
}

.datepicker .prev,
.datepicker .next
{ font-size: 2rem; }

.datepicker .next
{ text-align: right; }

.datepicker .datepicker-switch,
.datepicker .dow
{
    font-size: 1.1rem;
    padding: 1rem 0.5rem 0.5rem;
    vertical-align: middle;
    text-align: center;
}

.datepicker tbody td
{
    font-family: "Visby Round CF Regular";
    text-align: center;
    font-size: 1rem;
}