/**
 * Place ALL CSS overwrites within this css file
 * Placing any styles within the main.css will disable automatic updates and void the warranty
 */
.double {
	border-bottom:double 3px #c1000e;
	cursor:arrow;
	color:#000;
	font-weight:bold;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(/assets/images/white_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;

}