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


.tipr_content
{
     font-size: 11px;
     color: #fff; 
     background-color: #333;
	 font-family: 'Open Sans', sans-serif;
	 text-transform:capitalize;
     padding: 9px 17px;
	 width:300px;
}
.tipr_container_bottom
{
     display: none;
     position: absolute;
     margin-top: 12px;
    /*  box-shadow: 2px 2px 5px #f9f9f9; */
     z-index: 1000;
}
.tipr_container_top
{
     display: none;
     position: absolute;
     margin-top: -77px;
     /* box-shadow: 2px 2px 5px #f9f9f9; */
     z-index: 1000;
}
.tipr_point_top, .tipr_point_bottom 
{
     position: relative;
	background: #fff;
	border: 1px solid #000;
}
.tipr_point_top:after, .tipr_point_top:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_top:after
{
	border-top-color: #333;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_top:before 
{
	border-top-color: #000;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_bottom:after, .tipr_point_bottom:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_bottom:after
{
	border-bottom-color: #333;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_bottom:before 
{
	border-bottom-color: #000;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}

@media only screen and (max-width: 600px) {

.tipr_container_bottom{
right:10px;
}

.tipr_point_bottom:after
{
right:4%;
left:auto;
}

.tipr_point_bottom:before 
{
right:4%;
left:auto;
}



}

