#reporter-bios-container {
	display: block;
	width: 100%;
}

.reporter-title-container {
	display: table;
}

p.reporter-profile-image {
	display: block;
	width: 110px;
	float: left;
	clear: both;
}

.reporter-title-text {
	display: inline-block;
	width: 480px;
}

.reporter-title-text p.reporter-main-title {
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #1772C1;
	margin-bottom: 5px;
}

.reporter-title-text p.reporter-fullname {
	font-family: 'Georgia', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.reporter-title-text p.reporter-paper {
	font-family: 'Georgia', Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	margin-top: 0;
}

.reporter-title-text p.reporter-bios {
	display: block;
	/* margin-left: -110px; */
}

.reporter-title-text p.bios-fulltext {
	margin-left: -110px;
}

.reporter-contact-container {
	display: block;
	width: auto;
}

.reporter-contact-container p.reporter-email {
	display: inline;
	margin-top: 0;
	background-color: #EBEBEB;
	padding: 5px 8px;
	font-weight: bold;
	margin-right: 10px;
}

.reporter-contact-container p.reporter-email img {
	padding: 0 3px 3px 0;
}

.reporter-contact-container p.reporter-phone {
	display: inline;
	margin-top: 0;
	background-color: #EBEBEB;
	padding: 5px 8px;
	font-weight: bold;
}

.reporter-contact-container p.reporter-phone img {
	padding: 0 3px 3px 0;
}

.reporter-contact-container p.reporter-email a {
	color: #000000;
	text-decoration: none;
}
.reporter-contact-container p.reporter-phone a {
	color: #000000;
	text-decoration: none;
}

.reporter-story-container {
	display: table;
	width: 100%;
	margin-top: 20px;
}

p.reporter-story-heading {
	font-family: 'Montserrat', Arial, sans-serif;
	border-bottom: 2px solid #AAAAAA;
	padding-bottom: 5px;
}

p.reporter-papers-image {
	display: block;
	float: left;
	clear: both;
	width: 155px;
	margin: 14px 12px 0 0;
}

.reporter-papers-container {
	display: table;
	border-bottom: 2px solid #AAAAAA;
	padding-bottom: 10px;
}

.reporter-papers-text-container {
	display: inline-block;
	width: 72%;
}

p.reporter-paper-city {
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #1772C1;
	margin-bottom: 0;
}

p.reporter-paper-city span {
	font-family: Arial, sans-serif;
	text-transform: none;
	color: #000000;
}

p.reporter-paper-title {
	margin-top: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

p.reporter-paper-title a {
	color: #000000;
}

span.reporter-readmore {
	font-weight: bold;
	font-size: 12px;
}

span.reporter-readmore a {
	color: #000000;
}