.mc-small {
	font-size:10px;
	margin:1px 0;
}
.mc-relative{
	position:relative;
	float:left;
}
.mc-large {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.25em;
}
.mc-hide {
	display:none;
}
.mc-quiet {
	color:#869197;
}
.mc-loud {
	color:#000;
}
.mc-highlight {
	background:#ff0;
}
.mc-added {
	background:#060;
	color:#fff;
}
.mc-removed {
	background:#900;
	color:#fff;
}
.mc-left {
	float:left;
}
.mc-right {
	float:right;
}
.mc-text-left {
	text-align:left;
}
.mc-text-right {
	text-align:right;
}
.mc-text-center {
	text-align:center;
}

.mc-no-margin {
	margin:0 0;
}
/*end typography */

/* clear */
hr {
}
hr.mc-space {
	background:#fff;
	color:#fff;
	visibility:hidden;
}
.mc-clearfix:after, .mc-container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.mc-clearfix, .mc-container {
	display:block;
}
.mc-clear {
	clear:both;
}
/* end clear */


