﻿body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans';
	font-size: 14px;
	/*width: 100vw;*/
	height: 100vh;
	text-decoration: none;
	color: #4b4b4b;
}
h1, h2, h3, h4, h5, h6 { font-weight: 400; }
h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4, h5, h6 { font-size: 14px; }
header a, nav a, footer a, .tabela-lista a, .paginacja a {
	text-decoration: inherit !important;
	color: inherit !important;
}
body > div {
  margin: 0 auto;
}
hr {
	opacity: 0.2;
}
