.grey {
  color: #ccc;
}

.navbar-brand > img {
    margin-top: 2px;
    height: 40px;
}

.navbar-brand {
    float: left;
    padding: 2px 20px;
    font-size: 14px;
    line-height: 20px;
    height: 46px;
}

.red {
  background-color: #fb8e9e !important;
}

.yellow {
  background-color: #fdff7d !important;
}

.nopadding{
    padding: 0;
}