/*************************Styles for the press page*/

.news-text
{
	box-sizing: border-box;
	padding: 10px;
}

.news-wrapper
{
	box-sizing: border-box;
	overflow: hidden;
	padding: 5px;
}

.news-wrapper:after
{
	border-bottom: solid thin;
	clear: both;
	content: "";
	display: block;
	margin: 0 auto 20px;
	width: 90%;
}

.testimonial
{
	padding-left: 20px;
}

.testimonial-picture
{
	padding-top: 40px;
	width: 10%;
}

.testimonial-picture img
{
	width: 100%;
}

.testimonial-text
{
	box-sizing: border-box;
	padding: 10px;
	width: 90%;
}

.testimonial-wrapper
{
	box-sizing: border-box;
	overflow: hidden;
	padding: 5px;
}

.testimonial-wrapper:after
{
	border-bottom: solid thin;
	clear: both;
	content: "";
	display: block;
	margin: 0 auto 20px;
	width: 90%;
}