@charset "utf-8";

/*

physics_grids.css

*/

div.row {
	clear:both;
        border-left:6pt solid #6633FF;
        padding-left:4pt;
}

div.row::after {
	clear:both;
	content: "";
	display:table;
}

div[class^="col-"] {
	float:left;
	}

/* Grid Columns Styles */

div.col-1-1 {width:100%;}
div.col-1-2 {width:50%;}
div.col-1-3 {width:33.3%;}
div.col-2-3 {width:66.67%;}
div.col-1-4 {width:25%;}
div.col-3-4 {width:75%;}

/* Grid Outline Styles */
/*
div {
	outline: 10px solid red;
}
*/



