﻿.tip {
  position: absolute;
  padding: 3px;
  background: #efefef;
  border-radius: 2px;
  top: 0px;
  left: 0px;
}
.tip .tip-inner {
  background: #fff;
  border: 1px solid #fff;
}
.tip .tip-inner h3 {
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
  border-top: 1px solid #efefef;
  text-align: center;
}
.tip .tip-inner .tip-container {
  padding: 5px;
}