body {
    padding-top: 20px;
    color: #333333;
}
.table td, .table th {
    padding: 0;
    border: 1px solid #dee2e6;
}
.monthname, .dayname {
    width: 40px;
    height: 45px;
    text-align: center;
}
.dayno {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 4px 0 0;
    font-size: 10px;
    color: #999999;
}

.day { position: relative; }
.weekend { background: #f1f1f1; }
.holiday { background: #f2dede; }
.today { outline: 5px solid #ff9900; outline-style: inset; z-index: 1; }

.events {
    height: 45px;
}
.event {
    width: 100%;
    height: 6px;
    margin-top: 1px;
    font-size: 7px;
    line-height: 1;
}
.event.big {
    height: 20px !important;
}
.event-formula1 { background: #800080; }
.event-carsten { background: #5cb85c; }
.event-lars { background: #ee4755; }
.event-christian { background: #5bc0de; }
.event-juliane { background: #ff69b4; }
.event-homeoffice { background: repeating-linear-gradient(
  45deg,
  #606dbc,
  #606dbc 10px,
  #465298 10px,
  #465298 20px
); }
.event.event-homeoffice { height: 6px; }

h2 {
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}