/* 
    Legacy classes used by the old site, but retained for now in the new site,
    until we abandon the old completely.
*/

.explain_popup
{
    background-color: #f0f0f0;
    border: solid 1px black;
    width: 350px;
    font-weight: normal;
    padding: 10px;
}

.explain_popup h3
{
    padding: 0px;
    margin: 0px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #c8c8c8;
	padding: 4px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }