body {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.highlight, pre, code {
  font-family: Inconsolata, monospace;
}

h2 {
  font-size: 24px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 0.8em;
  margin: 0.1em 0;
}
.footer a:link, .footer a:visited {
  color: #777;
}

.hw {
  font-weight: normal;
  font-size: 11px;
/*  white-space: normal;*/
}

code {
  color: black;
  background-color: #f5f5f5;
  font-size: 13px;
}

li, ul li p {
  margin: 0px;
}

li.required {
  font-weight: bold !important;
}
