#wfm-header {
  display: flex;
  background: linear-gradient(#396eb4, #3d78c4);
  color: #efefef;
  justify-content: space-between;
}

#wfm-branding {
  padding: 0 0.7rem;
  height: 1.6rem;
  font-size: 1.6em;
  line-height: 1.6rem;
}

#wfm-user-tools {
  padding: 0 0.7rem;
  height: 1.6rem;
  font-size: 0.9em;
  line-height: 1.6rem;
}

#wfm-header a {
  color: #efefef;
}

#wfm-header a:hover {
  text-decoration: underline;
}

#wfm-username {
  font-weight: bold;
}

.form-inline ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form-inline ul li {
  display: inline;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-heading {
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

a.sched-link:link {
  color: #000;
  text-decoration: underline;
}

a.sched-link:visited {
  color: #505;
  text-decoration: underline;
}

a.sched-link:hover {
  color: #00f;
  text-decoration: underline;
}

a.sched-link:active {
  color: #f00;
  text-decoration: underline;
}
