/* @group global */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 100%;
	background: transparent;
	*border: none;
	outline: none;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a img {
	border: none;
}

blockquote, q {
	quotes: none;
}

sup {
	vertical-align: 0.6em;
	font-size: 80%;
	line-height: 0.1em;
}

a {
	cursor: pointer;
}

a.active {
	cursor: default;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del, strike {
	text-decoration: line-through;
}

u {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
	vertical-align: 0.4em;
	font-size: 80%;
	line-height: 0.1em;
}

.clear {
	clear: both;
}

.hide {
	display: none!important;
}


/* @end */
