.monospace th {
  background-color: #003A5D;
  color: white;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  padding: 5px;
}

.monospace td { 
  padding: 5px;
  font-family: 'Roboto Mono', Monospace;
  font-size: 11pt;
  font-weight: 400;
}

.auto-form {
  width: 90%;
  border: 1px solid #399ae5;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 300;
}

.map {
  height: 300px;
  margin-bottom: 10px;
}

.dashboard {
  padding-top: 10px;
}

footer { margin: 0 0 -295px 0;}

.right {
  text-align: right;
}

.coverart {
  max-width:100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-grow: 1;
  flex-align: end;
  justify-content: flex-end;
}

.coverart h1 {
  align-self: bottom;
  flex-grow: 1;
  color: white;
}


