﻿#overflow
{
	/* Added because of IE8, overflow is not needed at this page type at all */
	overflow: hidden;
}

.clear
{
	clear: both;
}

.report-photo
{
	float: left;
}

h2.report-title
{
	color: Blue;
	font-size: large;
	margin-top: 20px;
}

.report-intro
{
	margin: 32px 20px 0px 240px; 
	text-align: justify;
}

.updated
{
	clear: both;
	font-style: italic;
	margin-bottom: 35px;
	margin-top: 15px;
}

.edit-report
{
	color: Red;
	display: inline-block; 
	margin-left: 3em;
}

.contributor
{
	border-left-style: none;
	/*font-family: 'Times New Roman';*/
	font-size: smaller;
	font-weight: bolder;
	padding-top: 10px;
	text-align: right;
	float: right;
}


.separatorbegin
{
	font-size: large;
	margin: 2ex 15px 0ex 15px;
}

.separatorend
{
	font-style: italic;
	margin: -3ex 15px 10ex 15px;
}

