#tooltip {
	font-size: .75em;
	position: absolute;
	z-index: 3000;
	border: 1px solid #1e2661;
	background: #fff;
	padding: 10px;
	text-align: left;
}
#tooltip div { margin: 0; }
#tooltip h3 { padding: 0 0 10px 0; }
#tooltip ul { list-style-type: none; }


#tooltip .cols { width: 420px; }
#tooltip .cols .c1 { float: left; width: 200px; }
#tooltip .cols .c2 { float: right; width: 200px; }

#tooltip table { border: 1px solid #1e2661; margin: .8em 0 0 0; padding: 1px; width: 100%; }
#tooltip table th,
#tooltip table td.th,
#tooltip table .total td { background: #1e2661; color: #e2dc21; }
#tooltip table tr { background: #e3f5ff; }
#tooltip table tr.alt { background: #cadcf3; }
#tooltip table tr, #tooltip table tr a { color: #1e2661; }
#tooltip table tr.alt, #tooltip table tr.alt a { color: #1e2661; }
#tooltip table th, #tooltip table td { padding: 4px; vertical-align: middle; }
#tooltip table th { border-right: 1px solid #fff; }
#tooltip table td { border-top: 1px solid #fff; border-right: 1px solid #fff; font-size: 1em; }
#tooltip table td.th { border-top: none; vertical-align: middle; }
#tooltip table th.last, #tooltip table td.last { border-right: 0; }
#tooltip table .center { text-align: center; }
#tooltip table .right { text-align: right; }