
body {
    background: white;
}

.week {
  position: relative;
}

.day {
    width: 5em;
    height: 5em;
    float: left;
    background: #d6d6d6;
}


