body {
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  color: #333;
  background-color: #fafafa;
}

.logo-small {
  background-image: url('/img/logo-small.png');
  background-repeat: no-repeat;
  width: 75px;
  height: 56px;  
}

/* Override Bootstrap defaults */
.navbar-default {
  border: 0;
  border-radius: 0;
}

.navbar-default {
  background-image: none;
  background-color: #f8f8f8;
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  height: 86px;
}