#header {
  background: #252525;
  height: 32px;
  display: flex;
  text-transform: uppercase;
  flex-flow: row;
  align-items: center;
  font-size: 12px;
}
#header .msgcount {
  background: rgba(255, 0, 0, 0.7490196078);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 6px;
  padding: 2px 4px;
  border-radius: 8px;
}
#header a {
  color: white;
  text-decoration: none;
}
#header img {
  max-height: 22px;
  position: relative;
  top: 1px;
}
#header img#homeimg {
  padding-left: 8px;
  height: 40px;
  filter: brightness(1.2);
}
#header .options {
  margin-left: 64px;
  margin-top: -2px;
}
#header .options .space {
  width: 32px;
  display: inline-block;
}
#header .options .left {
  border-radius: 6px 0 0 6px;
}
#header .options .right {
  border-radius: 0 6px 6px 0;
}
#header .options .left.right {
  border-radius: 6px;
}
#header .options a {
  background: #3b3b3b;
  padding: 8px 6px 4px 6px;
}
#header .options a:hover {
  background: #434343;
}
#header .options .active {
  background: #3a8a56;
}
#header .options .active:hover {
  background: rgb(39, 40, 123);
}
#header .options img {
  filter: invert(1);
  max-height: 16px;
  top: 3px;
}
#header .beginleft {
  margin-left: auto;
}
#header .fullleft {
  margin-right: 8px;
}
#header .login {
  padding: 12px 4px;
  text-decoration: underline;
}
#header #mail {
  margin-right: 4px;
}
#header #mail img {
  max-height: 18px;
}
#header #mail .count {
  position: relative;
  right: 8px;
  background: red;
  border-radius: 8px;
  padding: 1px;
}
#header .settings {
  filter: invert(0.85);
}