html, body {
    	color: #000;
    	font-size: 18px;
    	text-align: center;
    	font-family: Verdana;
    }

body {
 min-height: 100vh;
  margin: 0;
display: flex;
flex-direction: column;
}
    
/* .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
} */
main {
  flex: 1;
}

footer {
  min-height: 30px;
  background: PapayaWhip;
  width: 100%;
   background-color: #3b8d3c;
   text-align: center;
   color: #fff;
   font-family: Verdana;
   padding-top: 10px;
}

td {padding: 0.25em 1px; vertical-align:top;}

td, tr, th, select, textarea, span {
	font-family: verdana;
	font-size: 14px !important;
	vertical-align:middle;
}
input, select {
	font-family: verdana;
	font-size: 14px;
}
.p13 {
	font-size: 13px;
	text-align: left;
}
.p13c {
	font-size: 13px;
	text-align: center;
}
.p13r {
	font-size: 13px;
	text-align: right;
}
.p10 {
	font-size: 10px;
	text-align: left;
}
.p10c {
	font-size: 10px;
	text-align: center;
}
.p10r {
	font-size: 10px;
	text-align: right;
}
.p10ss {
	font-size: 10px;
	text-align: right;
}
a {
	font-size: 16px;
	color: #800000;
	text-decoration: none;
}

.error {
	color: red;
	font-weight: bold;
	text-align: center;
}

.prawo {
	text-align: right!important;
}

.center {
	text-align: center!important;
}

.closed {
	background-color:#FF0000; 
	color:#FFFFFF; 
	font-style: italic; 
	font-weight: bold;
}
.sel {
	color:#0000FF; 
	font-weight: bold;
	text-decoration: underline;
}
.szare {
	background-color: #cfcfcf;
}

.highlight {
	background-color: #E6E6FA;
	font-weight: bold;
}

.highlightinvis {
	background-color: #E6E6FA;
	font-weight: bold;
	color: red;
	font-style: italic;
}

.invis {
	color: red;
	font-style: italic;
}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*ajax*/
.logomain {
	width: 290px;
	height: 61px;
	margin: 0 auto;
}
.main {
	width: 90%;
	margin: 0 auto;
}
.buttons {
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 50px auto;
}
.small {
	font-size:17px;
}

#footer {
   width: 100%;
   height: 35px;
   margin: 0 auto;
   background-color: #3b8d3c;
   text-align: center;
   color: #fff;
   font-family: Verdana;
   padding-top: 15px;
}
h1 {
	line-height: 1.2em !important;
}