.text-nowrap {
  white-space: nowrap;
}

h1, h2 {
  border-bottom: 0.5px solid gray;
}

nav.navbar {
  margin-bottom: 0;
}

table.table thead tr th {
  text-align: center;
}

table.table tbody tr td {
  vertical-align: middle;
}

table.table tbody tr.column-header {
  background-color: #dddddd;
  font-weight: bold;
}

div.footer {
  font-size: 80%;
}

dl dd {
  margin-bottom: 0.25em;
}

table ul.list-unstyled, dl ul.list-unstyled {
  margin-bottom: 0;
}

.empty-week {
 font-weight: bold;
}

.due-only {
  background-color: #666666;
  color: white;
}

tr.due-only td a {
  color: white;
}

@media (min-width: 768px) {
  dl.dl-horizontal.narrow dt {
    width: 100px;
  }

  dl.dl-horizontal.narrow dd {
    margin-left: 110px;
  }
}

.table-nonfluid {
   width: auto !important;
}
