html, body {
    	background-color: rgb(1, 66, 106);
    	color: #fff;
    	font-size: 24px;
    	text-align: center;
    	font-family: Verdana;
    	margin-top: 30px;
    }

td {padding: 0.25em 1px; vertical-align:top;}

td, tr, th, select, textarea, span {
	font-family: verdana;
	font-size: 12px;
	vertical-align:middle;
}
.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;
}

.lewo {
	text-align: left!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*/
ul.ajax { list-style-type: none; font-family: tahoma; arial, sans-serif; font-size: 12px;  margin: 5px 0 0 0}
li.ajax {cursor: pointer; background: #FFFFFF; color: #000000; width: 250px; border-bottom: 1px solid #000000; }
li.ajax2 {cursor: pointer; background: #FFFFFF; color: #000000; width: 750px; border-bottom: 1px solid #000000; }

.logomain {
	width: 290px;
	height: 61px;
	margin: 0 auto;
}
.main {
	width: 90%;
	margin: 0 auto;
}
.items {
	width: 90%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px auto;
}
.buttons {
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 50px auto;
}
.item {
	width: 450px;
	height: 95px;
	padding-top: 55px;
	background-color: #91b7df;
	margin: 40px;
	color: #0a0a0a;
}
.item a {
	color: #0a0a0a;
	text-decoration: none;
	cursor: pointer;
}

.wz_item {
	text-align: left; 
	margin: 25px auto; 
	width: 60%;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

.wz_item2 {
	text-align: left; 
	margin: 25px auto; 
	width: 80%;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
.small {
	font-size:17px;
}

#footer {
   position:absolute;
   bottom:0;
   width: calc(100% - 290px);
   height: 70px;
   margin: 0 auto;
}

#imports_wrapper {
	font-size: 18px;
}

#imports_wrapper select {
	color: #000;
}