body {
	font-family: "Arial Black";
	color:#2318D9;
	background-color: #FFFFFF;
	font-size: 12px;
}
img.logo {
	max-width:100%;
}

div.downloader {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
	width:30%;
	top:20%;
	padding-top : 20px;
	padding-bottom: 20px;
	border: 1px;
	border-radius: 30px;
	border-color: #EEEEEE;
	background-color: #EEEEEE;
	box-shadow: 10px 5px 5px #D0D0D0;
}
@media (max-width: 800px) {
	div.downloader {
		width:50%;
	}
}
@media (max-width: 600px) {
	div.downloader {
		width:70%;
	}
}
@media (max-width: 400px) {
	div.downloader {
		width:100%;
	}
}
@media (orientation: portrait) {
	div.downloader {
		width:100%;
	}
	body {
		font-size: 40px;
	}
	img.logo {
	width:80%;
	}
	button.clicker {
		font-size : 40px;
	}
	input.linput {
		line-height: 70px;
		height: 70px;
		width: 30%;
	}
	
}

button.clicker, button.clicker:focus {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #2318D9;
  border-color: #D0D0D0;
  background: transparent;
  margin: 0px 3px;
  padding: 7px 14px;
  outline: 0;
  margin-left: 20px;
}
.clicker:hover {
  background: #D0D0D0;
  color: #2318D9;
}

span.errlog {
	color:red;
	font-style: italic;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
	
}