﻿a.navbar-brand {
  font-size: 28px;
}
a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
.btn-warning {
  color: #fff;
}
.btn-warning:hover {
  color: #fff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}