a {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  color: #202020;
  text-decoration: underline;
}

body.index {
  position: static;
}

.has-tip,
.has-tip:hover {
  border: none;
}

.has-tip:hover {
  color: #202020;
}

.top-bar {
  background-color: #4d4d4d;
  border-color: #333333;
}

.top-bar .title-area {
  background: #4d4d4d;
}

.top-bar.expanded .title-area {
  background: #333333;
}

.top-bar-section ul li.active a {
  border-color: #333333;
}

.top-bar-section ul li.active a:hover {
  border-color: #333333;
}

.top-bar-section .dropdown li a {
  line-height: 25px;
  font-size: normal;
  font-family: Arial, Verdana, sans;
}

.top-bar-section li a:not(.button) {
  background-color: #4d4d4d;
  font-weight: lighter;
}

.top-bar-section li a:not(.button):hover {
  background: #333333;
}

.top-bar-section > ul > .divider {
  border-right: none;
  border-left: solid 1px #2b2b2b;
}

.top-bar-section .divider {
  border-top: none;
  border-bottom: solid 1px #2b2b2b;
}

.row {
  max-width: none;
}

.tooltip {
  font-weight: normal;
  font-family: Arial, sans;
  font-size: small;
  background: #202020;
  -webkit-border-radius: 0;
  border-radius: 0;
}