.seperator {
	display: table;
	margin: 1em 0;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.seperator > * {
	display: table-cell;
	height: 17px;
	vertical-align: middle;
	width: 100%;
}

.seperator hr {
	float: left;
	margin: 0;
}

