.tooltip-box {
  position: absolute;
  z-index: 999;
  left: -9999px;
  background-color: #37414A;
  padding: 5px;
  border: 1px solid;
  border-color: #333;
  width: 250px; }
  .tooltip-box p {
    margin: 0;
    padding: 0;
    color: #fff;
    padding: 2px 7px; }

.menu-tip {
  position: absolute;
  z-index: 999;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.7);
  width: auto;
  padding: 0.3em 0.5em;
  border-radius: 2px;
  font-size: 0.8em; }
  .menu-tip p {
    margin: 0;
    padding: 0;
    color: #fff;
    padding: 2px 7px; }

.tip-arrow:after, .tip-arrow-bottom:after, .tip-arrow-left:after, .tip-arrow-top:after, .tip-arrow-right:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.tip-arrow-bottom:after {
  bottom: 100%;
  left: 50%;
  border-width: 5px;
  margin-left: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.7); }

.tip-arrow-left:after {
  left: 100%;
  top: 50%;
  border-width: 5px;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.7); }

.tip-arrow-top:after {
  top: 100%;
  left: 50%;
  border-width: 5px;
  margin-left: -5px;
  border-top-color: rgba(0, 0, 0, 0.7); }

.tip-arrow-right:after {
  right: 100%;
  top: 50%;
  border-width: 5px;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.7); }

.tipta {
  cursor: help; }
