
h4 {
	font-family: 'SourceSansPro-Bold', Arial, sans-serif;
	font-size: 17px;
	line-height: 1.25em;
	color: #000;	
	margin-top: 2em;
}

div.top-widget { margin-top: 20px; }
#flashcontent { margin-top: 1em; }

#killed-entry-stats .asset-categories {
	margin-right: 1em;
	min-width: 200px;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 5px;
} 

#killed-entry-stats ul {
	clear: both;
	margin-top: 0px;
}


td { padding: 0; vertical-align: top; }
td.pr { padding-right: 10px; text-align: right; }

span.gray { color: #333; font-size: .75em; }
span.sup { color: #333; font-size: .75em; vertical-align:top;}

ul.actions { clear: left; }
ul.actions { margin: 0; list-style: none; width: 177px; float: left; }
ul.actions li {
    border-bottom: 1px solid #ddd;
    padding: 4px 0 4px 0;
    background:url(/css/images/arrow.gif) no-repeat 100% 7px;
}
ul.actions li.gray {
    background:url(/css/images/arrow-gray.gif) no-repeat 100% 7px;
}
ul.actions li.gray a { color: #555; }
ul.actions li a { display: block; padding-right: 10px; }
ul.actions li.last { border: none; }
.stats table { margin-left: 10px; width: 300px; float: right; }
.stats { float: left; width: 70%; margin-left: 15px; }          
.chart { width:177px; float:right; margin-top: 2.5em; }
#captive_chart, #threatened_chart, #tortured_chart { width:177px; margin: 0; }

.row table ol { margin-left: 0px; padding-left: 0px; }
.row table ol li { margin-top: .5em; }

a.toolt img { margin-top: 3px; }
a.toolt h3 { color:#fff; margin:0; display:inline; }
a.toolt:hover { background:#fff; text-decoration:none; }
a.toolt span { display:none; padding:6px 11px; width:220px; }
a.toolt:hover span { display:inline; position:absolute; background:#000; border:2px solid #ccc; color:#fff; }



@media screen and (max-width: 767px) {

	span.asset-categories {
		font-size: 90%;
		float: none !important;
		margin-bottom: 3px;
	}
	article {
		margin-left: 30px;
		margin-right: 15px;
	}
	article h3.pull-right {
		float: none !important;
	}
	.mt-image-right {
		margin-left: 0px  !important;
	}
}




