.help {
	text-align: center;
}

.investigator {
	border: none;
	width: 100%;
}

.investigator td {
	width: 50%;
	vertical-align: middle;
	text-align: center;
	height: 130px;
}

div.statistics {
	margin: 10px;
	margin-left: 50px;
	font-size: 1.1em;
	font-weight: bold;
	color: #801010;
}

div.sg_metrics img {
	float: right;
}

dt {
	margin-left: 25px;
	margin-bottom: 5px;
	background-color: transparent;
	border: 0px;
}

dd {
	margin-left: 50px;
	margin-bottom: 5px;
	background-color: transparent;
	border: 0px;
}

a.person {
	font-weight: bold;
}

span.person {
	font-weight: bold;
}

.linnaeus {
	font-style: italic;
}

.funding {
	margin-top: 10px;
	font-weight: bold;
	font-size: smaller;
}

.dept {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

a.requests {
	font-weight: bold;
	color: #801010;
}

a.requests:hover {
	color: #004a7e;
}

img.rightimg {
	float: right;
	clear: right;
	margin: 5px;
}

.comm_request {
	text-align: left;
	background-color: #801010;
	font-size: small;
	width: calc(100% - 100px);
	min-height: 160px;
	border-radius: 5px;
}

.comm_request span.title {
	font-style: italic;
	/*color: #dddddd;*/
	margin: 5px;
}

.comm_request div.target {
	color: #FFFF00;
	font-size: medium;
	font-weight: bold;
	margin: 5px;
}

.comm_request div.deposit {
	background-color: white;
	min-height: 124px;
	margin: 5px;
	border-radius: 5px;
}

.comm_request div.deposit img {
	float: right;
	width: 10%;
	margin: 3px;
}

.comm_request div.target a:link {
	text-decoration: none;
	color: #dddddd;
}

.comm_request div.target a:visited {
	text-decoration: none;
	color: #dddddd;
}

.comm_request div.target a:hover {
	color: #004a7e;
}

.comm_request div.target span.community_request {
	font-style: italic;
	font-size: smaller;
}

.inside {
	margin-left: 10px;
	margin-right: 10px;
}

.right_links {
	width: 800px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 10px;
}

.latest_news {
	margin: 15px;
    border: 1px solid #E0E0E0;
    background-color: #F0F0F0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 3px;
}

.latest_news_home {
	margin: 15px;
	padding: 3px;
}

div#glider {
	background-color: white;
	width: 800px;
	overflow: hidden;
	position: relative;
	height: 200px;
}

div#glider div.sections {
	width: 800px;
}

div#glider div.section {
	float: left;
}
img {
        border:0;
}

.cover_r{
	margin: 15px;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    float: left;
}
.cover{
   padding: 10px;
   text-align: center;
}

tr {
	background: none;
}
tr:nth-child(even) {
	background: none;
}