﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
    font-family: 'Roboto', sans-serif;
}

.nameSpacer {
    width: 50%;
    
}
.names {
    font-size: 13px;
}

.mainTable .headTD {
    width: 30px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.absenceBox {
    border: 1px solid black;
}

#legend {
    font-size: 12px;
    padding-top: 5px;
}

#legend div {
    display: inline-block;
    margin-right: 5px;
}

.legendBox {
    height: 10px;
    width: 10px;
}

.vacation {
    background-color: #0059B2;
}

.militaryService {
    background-color: #009200;
}

.medicalAbsence {
    background-color: #C0C0C0;
}

.timeOff {
    background-color: #000;
}

#arrowRight {
    float: right;
}

.switchWeekArrow {
    width: 25px;
    height: 25px;
}

#currentWeekDate {
    text-align: center;
}

#currentWeekText {
    padding-left: 23%;
}


