/*
Default style for WP-Columna plugin

 	* To change the styles, dont change this file, add only the sructure classes to your theme's style, use !important; to overwrite.
*/

#tinymce .one-half,
#tinymce .one-third,
#tinymce .two-third,
#tinymce .one-fourth,
#tinymce .three-fourths {
	border: 1px dashed #ddd;
	padding: 1%;
}
/* Structures */
.all-columns {
	width: 100%;
	float: left;
	clear: both;
}
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourths  {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
.one-half {
    width: 47%;
}
.one-third {
    width: 30%;
}
.two-third {
    width: 64%;
}

.one-fourth {
	    width: 22.4%;
}

.three-fourths {
	    width: 72.4%;
}
.first {
	clear: left;
	margin-right: 1%;
}
.last {
	margin-left: 1%;
}