html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
		font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
  }
html, body {
		height: 100%;
		line-height: 1.4;	
		text-align: center;
		position: relative;
  }
div {
    text-align: left;
    overflow: hidden;
  }  
p, ol, ul {
  margin: 0;
}
ol, ul {
  margin: 1em 0;
}
li ol, li ul {
  margin: 0;
}
ul {
  list-style: circle;
}
ol {
  list-style-type: decimal;
}
li ol {
  list-style-type: lower-alpha;
}
ol li, ul li {
  list-style-position: outside;
  margin-left: 2em; 
}	
:focus {
	outline: 0;
} 
strong {
	font-weight: bold;
}
em {
  font-style: italic;
}
sup {
  font-size: 0.7em;
  vertical-align: super;
}
sub {
  font-size: 0.7em;
  vertical-align: sub;
} 
caption, th, td {
	text-align: left;
	font-weight: normal;
}
q:before, q:after {  
	content: "";
}
q {
	quotes: "" "";
}
blockquote {
  margin: 1em 0 1em 10em;
  font-style: italic;
}
blockquote:before {
  content: '';
}
/* ======================================================Czcionki==================================== */
html, body, input, textarea {
  color: #000;
  font-size: 14px;
  font-family: verdana, tahoma, arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #757469;
  margin: 1.5em 0 0.5em 0;
}
h1 {
  margin: 0 0 2em 0;
  font-size: 2em;
}
h1:first-child {
  margin-top: 0;
}
h2 {
	font-size: 2em;
}	
h3 {
  text-align: center;
  margin: 1em;
  font-size: 1.6em;
  }
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
  font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit;
}
a {
  color: #494;
  text-decoration: none;
}
a:hover {
  color: #8c8;
}
/* ====================================================== Podstawowy układ strony ==================================== */
html, body {
  position: relative;
  background: #d2f7e1;
  background: #f3f3f3;
}
#INFO-BOX {
  padding: 30px 30px 30px 125px;
  height: 290px;
  width: 375px;
  position: absolute;
  top: 50%; left: 50%;
  margin: -195px 0 0 -270px;
  background-image: linear-gradient(90deg, transparent, rgba(10,0,0,.3)),linear-gradient(transparent, transparent);
}
.color-stripe {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 95px;
  background: #f9f38f url(./alert-yellow.png) no-repeat 20px center;
}
