#masthead {
  padding-top: 90px;
}

#error-message {
  display:none;
  color: black;
  background: red;
}

#login-form {
  float: right;
}

#user-welcome {
  float: right;
  color: #999999;
}

.status-green,
.table-striped tbody > tr:nth-child(odd) > td.status-green
{
  background-color: #d4edda;
}

.status-yellow,
.table-striped tbody > tr:nth-child(odd) > td.status-yellow
{
  background-color: #fff3cd;
}

.status-red,
.table-striped tbody > tr:nth-child(odd) > td.status-red
{
  background-color: #f8d7da;
}
