/**
 * WpDevTool Main Stylesheet
 */
.postbox.left_col {width: 65%;float: left;margin-right: 20px;display: block;}
.postbox.right_col {width: 260px;float: left;}
h3 {line-height: 30px;padding: 0 10px;}
.postbox {margin: 10px 0;}
.wp-editor-wrap .mceIframeContainer{background: #fff;}
@media screen and (max-width:1024px) {
	.postbox.left_col, .postbox.right_col {width: 100%;}
}
