@charset "utf-8";
#content #left-col {
	float: left;
	width: 48%;
}
#content #right-col {
	float: right;
	width: 48%;
}
#content .column {
	margin: 0px;
  float: left;
 	width: 48%;
	height: 160px;
}
#content .column p {
	margin-top: 1.3em;
}

#content .column.first {
	margin: 0 4% 0 0;
}

#content .column p:first-child {
	margin-top: 0px;
}
.collapse {
	margin-top: -1em !important;
}
.indent {
	text-indent: 2em;
}
