
/*
Tipr 4.0.1
Copyright (c) 2018 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr

Normal theme
*/

.tipr_content
{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #292929;
	padding: 5px 14px 6px 14px;
	border-radius: 3px;
	font-weight: normal;
	font-size: 12px;
}

.tipr_container_above, .tipr_container_below{
     display: none;
     position: absolute;
     z-index: 1080;
}
.tipr_point_above, .tipr_point_below
{
     position: relative;
	background: #292929;
	border: 1px solid #292929;
	border-radius: 3px;
}
.tipr_point_above:after, .tipr_point_below:after
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.tipr_point_above:after
{
	top: 100%;
	border-top-color: #292929;
}
.tipr_point_below:after
{
	bottom: 100%;
	border-bottom-color: #292929;
}
