@charset "utf-8";
/* CSS Document */

.csecondary {
	min-width: 0;
	max-width: 25%;
	height: 100%;
	float: right;
	margin: 0;
	padding: 0 8px;
	position: relative;
}

.cprimary {
	width: 75%;
	float: left;
	border-right: 1px #e5e5e5 solid;
	padding-right: 20px;
}
