﻿.DoButton:link, .DoButton:hover, .DoButton:visited {
  color: white !important;
  text-decoration: none;
  cursor: pointer;
  background-color: #2d6987;
  outline: 0;
  border-radius: 3px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 16px;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-rendering: optimizelegibility;
  display: inline-block;
  padding: 0.5px 2px 0.5px;
  float: right;
  margin-top: 2px;
}

.floating-container {
  z-index: auto;
}

.floating-info p {
  margin-top: 1.1em !important;
}

#lean_overlay {
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
