/* here you can put your own css to customize and override the theme */
.small { 
	color: #3e4d5c; 
	direction: ltr;
	font: 400 13px 'Open Sans', Arial, sans-serif;
	background: #fff;
}

.recent-news-inner{
	padding: -10px;
}

blockquote {
  border-left:5px solid #EEEEEE;
  font-size:12px;
  margin:0 0 20px;
  padding:10px 20px;
}
  
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

hr.style2 {
	border-top: 3px double #8c8b8b;
}