h2 {
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}
pre.todo {
  padding: 20px;
  white-space: pre;
}

table td {
  padding-right: 40px;
}

a.bk {
  color: #373a3c;
}

a.bk:hover {
  text-decoration: none;
  color: #373a3c;
}

.group {
  color: #75b5aa;
}

.num {
  color: #f4bf75;
}

.date {
  color: #6a9fb5;
}

.proj {
  color: #aa759f;
}

.cont {
  color: #ac4142;
}

.jumbotron {
  background-image: url(bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}


