body:before {
  white-space: pre;
  font-family: monospace;
}

div.aricle-wrapper {
	min-height: 300px;
}
#blog h2 {
	background: transparent!important;
	padding: 0!important;
}
#blog article .aricle-wrapper {
    padding: 15px;
    border: solid 1px #bebebe;
    border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	font-size:16px;
}
#blog article .aricle-wrapper:hover {
    transform: translateY(-5px);
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
ul.wpp-list.wpp-list-with-thumbnails, div.textwidget {
	padding: 15px;
    border: solid 1px #bebebe;
    border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	margin: 0;
}
.textwidget div {float: none!important;}