#header .dropdown-menu {
  padding: 0;
  margin: 0;
}
#header .MenuSwitchAccountWrap .dropdown-menu {
  padding: 0;
  margin: 0;
}
#header .MenuSwitchAccountWrap .dropdown-menu .dropdown-item.btn.btn-primary {
  margin: 2px;
  text-transform: none;
  width: inherit;
  max-width: 100%;
  border-radius: 0;
  text-align: left;
  padding: 0.25rem;
  font-size: 0.9rem;
  background: #ffffff;
  color: #000000;
}
#header .MenuSwitchAccountWrap .dropdown-menu .dropdown-item.btn.btn-primary:hover {
  background: #f59d0f;
  color: #ffffff;
}
nav.tabs li {
  margin: 0 1px;
}
nav.tabs li:first-child {
  margin-left: 0;
}
nav.tabs li:last-child {
  margin-right: 0;
}
nav.tabs li a {
  color: #000000;
  display: block;
  background: #cccccc;
  border-radius: 4px 4px 0 0;
  padding: 10px;
}
nav.tabs li a:hover {
  background: #f59d0f;
}
#footer .site-footer-bottom {
  font-size: 0.9rem;
}
#footer .site-footer-bottom nav ul {
  display: inline-flex;
}
#footer .site-footer-bottom nav ul li {
  display: flex;
}
#footer .site-footer-bottom nav ul li:after {
  content: "|";
  margin: 0 0.25rem;
}
#footer .site-footer-bottom nav ul li:last-child:after {
  content: "";
  margin: 0;
}
