@charset "UTF-8";
/* CSS Document */

p {
	line-height: 17px;
	}
span.break {
	
	display:block;
}

.divider {
	width: 100%;
	height: 20px;
	border-top: thin solid #e5e5e5;
	clear: both;
	}

.whitepapers-wrapper {
	width: 100%;
	
	}

.whitepapers-row {
	width: 100%;
	min-height: 175px;
	margin-bottom: 20px;
	vertical-align: top;
	}

.whitepapers-story {
	float: left;
	}
.whitepapers-story img {
	width: 155px;
	height: 140px;
	float: left;
	/*margin-right: 15px;*/
	}

.whitepapers-story-text {
	float: right;
	position:relative;
	padding-right: 10px;
	}

.whitepapers-story-header{
  margin-bottom: 10px;
  font-size: 18px !important;
  line-height:22px;
  color: #168be3 !important;
  font-weight:300;
  font-family: 'Open Sans', sans-serif !important;
  text-decoration: none;
	
	
	}
.whitepapers-story-header:hover {
	 text-decoration: underline;
	 
	}
	
.whitepapers-story-text p {
	 padding-bottom: 20px;
	}
