header {
    margin-bottom:20px;
}

h2.title {
    margin-top:0;
}

time {
    display:block;
    font-size:1.4em;
    margin:30px 0 0;
    text-align:right;
}

.employee {
    margin-bottom:30px;
}

.employee > a {
    background:#eee;
    border-radius:5px;
    color:#000;
    display:block;
    font-size:1.2em;
    padding:20px;
    text-align:center;
    text-decoration:none;
}

.employee > a.in {
    background:#dff0d8;
}
