html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 14px;
}
table, tr, td, input {
	font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
sup {
	font-size: 8px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 80px;
}
#headwrap, #footwrap {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#header {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
}
#footer {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 20px;
	margin-top: 10px;
}
h1 {
	color: #fff;
	max-width: 50%;
}
h2 {
	color: #111;
	margin-top: 0;
}
#intro, #prices, #smallcopy {
	background-color: rgba(255,255,255,0.4);
	padding: 20px;
	margin: 5px 0;
}
#checker, #contact {
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
	margin: 10px 0;
}
#footer {
	background-color: rgba(0,0,0,0.7);
	padding: 20px 0;
	color: #fff;
}
table, tr {
	width: 100%;
	border-spacing: 0px;
	border-collapse: separate;
}
td, th {
	text-align: left;
	padding: 5px 0;
	height: 30px;
	font-size: 14px;
}
td.price, th.price {
	text-align: right;
}
tbody tr:nth-child(odd) {
   background-color: rgba(0,0,0,0.2);;
}
a {
	color: red;
	text-decoration: none;
	cursor: pointer;
}
fieldset {
	border: 0;
	margin: 10px 0;
	padding: 0;
}
input {
	padding: 5px;
	border: 1px solid #000;
}
input[type="submit"] {
	border: 1px solid #777;
	background: transparent;
	color: #000;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
	background-size: 210% 100%;
	background-image: linear-gradient(to right, white 50%, black 50%);
	-webkit-transition: background-position 0.3s;
	-moz-transition: background-position 0.3s;
	transition: background-position 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
input[type="submit"]:hover {
	background-position: -93% 0;
	color: #fff;
}
small {
	color: #333;
	display: block;
	width: 100%;
	margin-bottom: 4px;
}
#lang {
    position: absolute;
    right: 0;
    top: 8px;
}
#lang strong {
	color: #fff;
	margin-right: 5px;
}
h3.no {
	color: #fff;
	background-color: rgba(250, 0, 0, 0.7);
	padding: 10px;
}
h3.yes {
	color: green;
}
@media screen and (max-device-width: 480px) {
	body {
		font-size: 20px;
	}
	#wrapper {
		width: 95%;
		margin: 0 auto;
		margin-top: 110px;
	}
	#headwrap, #footwrap {
		width: 95%;
		margin: 0 auto;
		position: relative;
	}
	table, tr, td, th, input, h3, #footwrap, fieldset, #lang a, #lang strong {
		font-size: 35px !important;
	}
	#header {
		height: 100px;
	}
	#footer {
		height: 50px;
	}
	#lang {
		top: 0px;
	}
	td.price {
		min-width: 150px;
	}
	sup {
		font-size: 20px;
	}
}