
/* Website Content Copyright © Tomek Jankowski. All Rights Reserved. */

html, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, details, div, del, dfn, dl, dt, em, embed, figcaption, fieldset, figure, font, form, footer, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, sup, summary, tt, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

a, a:active, a:focus, a:hover, a:visited {
	background-color: transparent;
	outline: 0 none !important;
	-webkit-text-decoration-skip: objects;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote, q {
	quotes: none;
}

body {
	line-height: 1;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	overflow: auto;
}