.tipr_content {
	color: #fff;
	text-transform: uppercase;
	background-color: #009e57;
	padding: 2px 3px;
	font-size: 12px;
	text-align: center;
	max-width: 60px;
}

@media (min-width: 768px) {
	.tipr_content {
		letter-spacing: .1em;
		padding: 5px 7px;
		font-size: 16px;
		max-width: none;
	}	
}

.tipr_container_above,
.tipr_container_below {
	transform: translateY(-100%);
	position: fixed;
	z-index: 1000;
}

.tipr_point_above,
.tipr_point_below {
	position: relative;
	background: #009e57;
	border: 1px solid #009e57;
}

.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: #009e57;
}

.tipr_point_below:after {
	bottom: 100%;
	border-bottom-color: #009e57;
}