#letter_to_the_editor_wrap {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	border-top:  2px solid #d8dadb;
	border-bottom: 3px double #BFC0C1;
	margin-bottom: 20px;
	margin-top: 20px;
	min-height: 125px;
}


#letter_to_the_editor_wrap a {
	cursor: pointer;}

#letter_to_the_editor_image_container {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 100px;
	width: 100px;}

#letter_to_the_editor_image_container img {
	height: 100%;
	width: 100%;}

@media screen and (min-width: 1010px) {		
		#letter_to_the_editor_wrap p {
			color: #999;
			font-family: 'Montserrat';
			font-size: 1.6em;
			margin: 0 0;}
}
	
@media screen and (max-width: 1009px) and (orientation: landscape) {
	#letter_to_the_editor_wrap p {
		color: #999;
		font-family: 'Montserrat';
		font-size: 1.9em;
		margin: 0 0;}
}
	
@media screen and (max-width: 1009px) and (orientation: portrait) {
	#letter_to_the_editor_wrap p {
		color: #999;
		font-family: 'Montserrat';
		font-size: 3.5em;
		margin: 0 0;}
}

#letter_to_the_editor_wrap a.letter_to_the_editor_link {
	color: #542a18;}

#letter_to_the_editor_float_placeholder {
	height: 110px;
	width: 130px;
	float: left;
}	