﻿	
.help-tip{
	top: 0;
	right: 0;
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	text-align: center;
	padding-top: 1px;
	width: 1.3em;
	height: 1.3em;
	border-radius: 50%;
	background-color: #064460;
	line-height: 1.2em;
	font-size: small;
	color: white;
	font-style:normal;
}
span.help-tip:hover {
	background-color: white;
	color: #064460
}