#bars_row ul {
  padding-top: 2px;
  margin-left: 0px;
  padding-left: 20px;
}

#bars_row {
  margin-right: 3px;
  padding-top: 8px;
  background: #f7f7f7;
  border-bottom: 1px solid transparent;
}

#bars a:link {
  text-decoration: none;
}

#bars li {
  margin: 0px;
  display: inline;
}

#bars a {
  font-size: 1.2em;
  padding-left: 5px;
  padding-right: 5px;
  color: #676767 !important;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 500ms ease-out;
  -moz-transition: border-color 500ms ease-out;
  -o-transition: border-color 500ms ease-out;
  transition: border-color 500ms ease-out;
}

#bars a:hover,
#bars a:focus {
  color: #fd8433 !important;
}

#bars ul > .active a {
  color: #fd8433 !important;
}

@media all and (max-width: 650px) {
  #bars li {
    display: block;
    text-align: center;
  }
}
