body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin: 5% 15%;
}

h1 {
    text-align: center;
}

p {
    text-align: justify;
}

tt, code, pre {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

a {
    text-decoration: none;
}

table {
  border: 1px solid black;
  border-collapse: collapse;
}

td {
  border: 1px solid black;
  padding: 1ex;
}

td.hour {
    text-align: right;
    white-space: nowrap;
}

td.name {
  font-weight: bold;
}

td.title {
  font-style: italic;
}
