/* tooltip styling */
.tooltip {
	display:none;	
	background:url('https://sites.google.com/a/civilkontroll.net/ck/img/black_arrow_big.png');
	height:183px;
	width:310px;
	padding:25px 30px 10px 30px;
	font-size:11px;
	color:#fff; }

/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url('https://sites.google.com/a/civilkontroll.net/ck/img/black_arrow_big_bottom.png');
	height:133px;
	padding-top:70px; }

.tooltip.bottom {
	background:url('https://sites.google.com/a/civilkontroll.net/ck/img/black_arrow_big_bottom.png'); }

/* a .label element inside tooltip */
.tooltip .label {
	color:#fff;
	width:35px; }

.tooltip a {
	color:#fc0;
	font-size:11px; }

.tooltip td {
    width:310px;
    height:138px;
	text-align:center; }