.break, pre {
	word-wrap: break-word;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
}

code, kbd, pre, samp {
	font-size: 1rem;
}

mark {
	background: #ff0;
}

dfn {
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

h1, h2, h3 {}

button, input, select, textarea {}

.border_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.break {
	word-break: break-all;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.noScript {
	margin: 10px;
	text-align: center;
	background: #adb9c4;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
}