/* arkusz stylów */
body{
	font-family:Arial, Sans-Serif;
}
a{
	text-decoration:none;
}
.info{
	background-color:#EEE;
	position:relative;
	width:100%;
	display:inline-block;
}
#title{
	text-align:center;
	margin:10px;
}
#title span{
	text-transform:uppercase;
	font-weight:bold;
}
#title-desc{
	font-size:12px;
	margin-bottom:20px;
}
#footer{
	margin-top:30px;
	text-align:right;
	display:inline-block;
	width:100%;
}
#footer a{
	color:#000;
	font-size:14px;
	line-height:30px;
    display: inline-block;
}
#footer img{
	height:30px;
	float:right;
	margin-left:5px;
}

@media(max-width:767px){
	#loginform input[type="text"], #loginform input[type="password"]{
		width:100%;
		margin-bottom:10px;
	}
}
.results{
	display:none;
	margin-top:20px;
	position:relative;
}
.results pre{
	width:100%;
	overflow-x:auto;
}
#results_text{
	margin-top:20px;
}
#params label{
	width:20%;
	display:inline-block;
	clear:left;
	float:left;
	text-align:right;
}
#params input{
	width:78%;
	float:left;
	display:inline-block;
	margin-bottom:5px;
}
#params input[type="submit"]{
	width:10%;
	float:left;
	display:inline-block;
	margin-bottom:5px;
}
.copytxt{
	position:absolute;
	right:0;
	top:0;
}
#makezip{
	margin-bottom:40px;
}
.downloadzip{
	margin-top:20px;
}
#results_interface_pre{
	padding-top:40px;
}
#results ul{
  display:flex;
  flex-direction:column;
}