.scatch-navbar {
    background-color: #7BCFE7;
}

.scatch-text-sm {
    font-size: 13px;
}

.scatch-calendar-table {
    width: 150px;
    border-collapse: separate;
    border-spacing: 1px;
}

.scatch-calendar-table td {
    padding: 1px;
    text-align: center;
}

.scatch-calendar-header {
    background-color: #CCCCCC;
}

.scatch-calendar-today {
    background-color: #66CCFF;
}

.scatch-calendar-weekend {
    background-color: #DDDDDD;
}

.scatch-calendar-weekday {
    background-color: #EEEEEE;
}

.scatch-map {
    height: 400px;
    width: 600px;
}
