.v-align {
  align-items: center;
}

.line-item {
  display: flex;
  color: blue;
}

.flex {
  display: flex;
}

.wide {
  width: 50vw;
}

.inline-block {
  display: inline-block;
}

.absolute {
  position: absolute;
  top: 0.75em;
  left: 0.50em;
}

.relative {
  position: relative;
}

.margin-bottom {
  margin-bottom: 1em;
}

.margin-right {
  margin-right: 0.25em;
}
.padded-border {
  padding: 0.25em;
  border: 1px solid lightgrey;
  border-radius: 5px 5px;
}

.navbar-default {
    background: #941616;
    height: 75px !important;
}

.navbar-brand {
  color: white !important;
}
.dropdown-toggle {
  color: white !important;
}
.panel-body {
  background: #FAFAFA !important;
}
.panel-heading {
  background: #941616 !important;
  color: white !important;
}
#dashboard {
  padding-top: 50px !important;
}
