.debullpost2pdf-item {
	text-align: center;
	width:89%;
	padding:5%;
	float:left;
	border:solid 1px #CCC;
	margin-right:0;
	margin-top:2.5%;	
	font-family: lato, sans-serif;

}


.debullpost2pdf-item h3 { font-size:180%;}
.debullpost2pdf-item p { font-size:130%;}

#editor {
	height:300px;
}

#debullpost2pdf_settings .checkbox_multi {
	margin-right: 10px;
	margin-bottom: 15px;
	display: inline-block;
	background: #bbd973;
    padding: 15px 15px 15px;
    font-family: lato, sans-serif;
    border-radius: 40px 40px;
    color: #ffffff;
}

@media only screen and (min-width: 996px) {

	.debullpost2pdf-item {
		width:29%;
		padding:5%;
		margin-right:5%;
		margin-top:2.5%;
	}

	#editor {
		height:400px;
	}

}



