

article, aside, figure, footer, header, nav, section, details, summary
{
	display: block
}



*, *:before, *:after
{
	box-sizing: inherit
}

ul
{
	list-style: none
}

blockquote, q
{
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none
}

a
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

del
{
	text-decoration: line-through
}

abbr[title], dfn[title]
{
	border-bottom: 1px dotted #000;
	cursor: help
}

table
{
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

th
{
	font-weight: bold;
	vertical-align: bottom
}

td
{
	font-weight: normal;
	vertical-align: top
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, select
{
	vertical-align: middle
}

pre
{
    white-space: pre;
    white-space: pre-wrap;
    /*white-space: pre-line;*/
    word-wrap: break-word
}

input[type="radio"]
{
	vertical-align: text-bottom
}

input[type="checkbox"]
{
	vertical-align: bottom
}

select, input, textarea
{
	font: 99% sans-serif
}

small
{
	font-size: 85%
}

strong
{
text-transform: uppercase !important;
    font: 15px 'Exo2Regular';
}

td, td img
{
	vertical-align: middle
}

sub, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative
}

b
{
	font-weight: bold
}

sup
{
	top: -0.5em
}

sub
{
	bottom: -0.25em
}

pre, code, kbd, samp
{
    font: 12px Arsenal;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.pointer, label, input[type=button], input[type=submit], input[type=file], button
{
	cursor: pointer
}

button, input, select, textarea
{
	margin: 0
}

.left
{
	float: left !important
}

.right
{
	float: right !important
}

.clear
{
	clear: both
}