body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
}

table {
  width: 100%;
}

textarea{
  background: transparent;
  border: none;
  resize: none;
  color: darkblue;
  font-weight: bolder;
  border: 1px solid darkblue;
  padding: 10px;
  width: 100%;
  height: 80px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
  color: darkblue;
  border-radius: 0;
  border-bottom: 10px solid darkblue;
}
.jumbotron span {
  color: goldenrod;
}

.description{
  white-space: pre-wrap;
}

.time-block{
  text-align: center;
  border-radius: 15px;
}

.nbsRowHeading {
  font-size: larger;
  font-weight: bolder;
  text-decoration: underline;
  background-color: darkblue;
  color: white;
}

.nbsrow {
  white-space: pre-wrap;
  height: 80px;
  border: 1px solid darkblue;
}

.past {
  background-color: #d3d3d3;
  color: darkblue;
}

.present {
  background-color: #f8443b;
  color: darkblue;
}

.future {
  background-color: #99ff99;
  color: darkblue;
}

.saveBtn {
  border: 1px solid darkblue;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: darkblue;
  color: white;
  width: 100%;
  height: 80px;
}

.saveBtn:hover {
  font-weight: bolder;
  background-color: goldenrod;
  color:black;
}

footer {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: darkblue;
  text-align: center;
  color: white;
  font-weight: bold;
}

footer span {
  color: goldenrod;
}
