/*
Tipr 3.0
Copyright (c) 2017 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/
.tipr_content {
     font: 12px/1.7;
     color: #666;
     background-color: #fff;
     padding: 4px 14px 4px 14px;
     white-space: nowrap;
}
.tipr_container_above
{
     display: none;
     position: absolute;
     margin-top: -90px;
     z-index: 1000;
}
.tipr_point_above, .tipr_point_below 
{
  position: relative;
	background: #fff;
  border-radius: 4px;
	border: 1px solid #dcdcdc;
}
.tipr_point_above:after, .tipr_point_above:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_above:after
{
	border-top-color: #fff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_above:before 
{
	border-top-color: #dcdcdc;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}