body {
	font-family: "Arial";
	background-image: url("cardboard_blurred.jpg");
	background-size: 100% 100%;
	background-repeat:no-repeat;
}

.wrapper {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}

.cell {
	width: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.box {
	background-color: transparent;
	display: inline-block;
	min-width: 800px;
	padding: 10px;
	max-width: 50%;
	border-radius: 15px;
	box-shadow: 0 0 30px 2px black;
}

.inside {
	border-radius: 10px;
	background-color: white;
	padding: 20px 50px 20px;
}

#logos {
     display: inline-block;
}

.middle {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.location-logo {
	margin-bottom: 20px;
}

div.location-container {
	position: absolute;
	bottom: 0;
}

p.location {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	margin: 0px;
}

form#zip-form {
	padding: 0px;
	margin: 30px;
}

td.price {
	width: 30px;
}

td.logo {
	width: 20%;
}

td.border {
	border-bottom:1px solid black;
}

.check {
	background-image: url("check.jpg");
	background-size: 90px 90px;
	background-repeat:no-repeat;
}

h1 {
	font-size: 24px;
	text-align: center;
	margin: 10px;
}

h6 {
	font-size: 35px;
	text-align: center;
	margin: 35px;
}

h1.title {
	margin-bottom: 30px;
}

h2 {
	display: inline;
	margin: 0px;
	font-weight: normal;
}

p {

}

table {
	border-collapse:collapse;
	text-align: center;
	width: 100%;
	font-size: 17px;
}

tr.winner {
	font-weight: bold;
	background-color: #83BB60;
}

h1#vs {
	font-size: 48px;
	display: inline-block;
	padding-right: 50px;
	padding-left: 50px;
}

h3 {
	font-weight: normal;
	font-size: 15px;
}

.form-element {
	border: 2px solid black;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	height: 50px;
	width: 150px;
}
