/* Misc ------------------------------ */
.last {
	margin-right: 0 !important;
}
.cl-b,
.cl-l,
.cl-r {
  height: 3px;
}
.cl-b {
	clear: both;
}
.cl-l {
	clear: left;
}
.cl-r {
	clear: right;
}
.no-border {
  border: 0;
}

/* Font Sizes ------------------------------ */
.small {
  font-size: 80%;
}
.large {
  font-size: 120%;
}

/* Clearfix ------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}