body {
  font-family: Georgia;
  padding: 0px; 
  font-size: 18px;
}

h1 {
  font-style: italic;
  padding: 0px; margin: 0px;
  font-size: 18px;


}

h2 {
	font-size: 14px;
	font-weight:normal;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}


.lewa {
  float: left;
  width: 20%;
  margin: 0x 0px 10px 0px;
  position: relative;
  padding: 0px 15px 20px 0px; 
  border-width: 0mm;
  border-style: solid; 
  border-color: black;
  background-color: white;
  display: inline-block;

}


.prawa {
  float: right;
  
  text-align:center;
  width: 45%;
  height: 500px;
  left:0px;
  top:0px;
  margin: 3% 15px 10px 5%;
  min-height: 365px;
  background-color: white; 
  padding: 20px; 
  border-width: 15px;
  border-style: solid; 
  border-color: #fbbe04;
  position: relative;
	
}

.pr2 {
  display:none;
  }

.mis {
	width: 18%;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

.str {
	width: 100px;
	height:60px;
	left: 0px;
	bottom:0px;
	position: absolute;
}


input[type=text]
{
	width: 70%;
	text-align:center;
	
	background-color: #efefef;
	color: #666;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	margin-top: 10px;
}


input[type=text]:focus
{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	border: 2px solid #a5cda5;
	background-color: #e9f3e9;
	color: #428c42;
}


input[name=dalej]
{

	background-color: #5c65e3;
	width: 70%;
	font-size:14px;
	font-weight:bold;
	color: white;
	padding: 10px 10px;
	margin-top: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
	outline: none;
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	
}

input[type=submit]
{

	background-color: #36b03c;
	width: 70%;
	font-size:14px;
	font-weight:bold;
	color: white;
	padding: 10px 10px;
	margin-top: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
	outline: none;
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	
}


button
{
	background-color: #36b03c;
	width: 70%;
	font-size:14px;
	font-weight:bold;
	color: white;
	padding: 10px 10px;
	margin-top: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
	outline: none;
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	
}


input[type=submit]:focus,
input[type=button]:focus
{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
}

input[type=submit]:hover
{
	background-color: #37b93d;
}
	

input[type=button]:hover
{
	background-color: #2994d7;
}


/* -----------------------------------------------------------Responsive layout  */
@media all and (max-width: 820px) {
	body {
	  font-family: Georgia;
	  padding: 0px; 
	  font-size: 16px;
	  border-width: 15px;
	  border-style: solid; 
	  border-color: #fbbe04;
	  }   


      .lewa {
	  display:none;
	  }
	  
	  .prawa {
	  float: left;
	  text-align:center;
	  width: 100%;

	  left:0px;
	  top:0px;
	  margin: 0px;
	  min-height: 375px;
	  background-color: white; 
	  padding: 0px; 
	  border-width: 0px;
	  border-style: solid; 
	  border-color: #fbbe04;
      display: block;
	  
	  
	  }
	  
	  .pr2 {
	  width: 100%; 
	  margin: 0px;
	  padding: 0px;	 
      display: block;
	  }