﻿/*body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}*/

.clear-navbar {
    margin-top: 60px;
}

@media (max-width: 980px) {
    .clear-navbar {
        margin-top: 0;
    }
}

a.service-calendar-full {
    color: darkred;
}

a.service-calendar-full :hover {
    color: white;
}

a.service-calendar-full div {
    background-color: #e9967a;
    border: white 1px solid;
}



a.service-calendar-empty {
    color: darkgreen;
}

a.service-calendar-empty :hover {
    color: white;
}

a.service-calendar-empty div {
    background-color: #90ee90;
    border: white 1px solid;
}


a.service-calendar-null {
    color: white;
}

a.service-calendar-null :hover {
    color: white;
}

a.service-calendar-null div {
    background-color: #808080;
    border: white 1px solid;
}