body#tinymce.wp-editor { 
    font-family: 'Roboto',Arial; 
    margin: 10px; 
}

body#tinymce.wp-editor a {
    color: #5E5340;
}

.content-area {
  padding: 10px;
}

.entry-header{
  margin-top: 20px;
}
.news-box{box-shadow: 5px 5px 5px rgba(0,0,0,0.4);}


.process {
	width:100%;
	margin-left:10px;
	color:#333333;
}


.process dl {
	width:100%;
	margin:0;
	float:left;
	padding-top:5px;
	padding-bottom:0px;
}


.process dl dt {
	float:left;
	color:#32A138;
	margin-right:10px;
}

.process dl dd {
	float:left;
	padding:0;
	margin:0;
	padding-top:9px;
}


.process dl dd strong {
	color:#31AAAC;
	font-size:15px;
	display:block;
	margin-top:-2px;
}

.entry-meta {
	padding:5px 0;
	color:#999;
	display:none;
}

