#footer {
	background-color:#f2f2f2;
	position:fixed;
	bottom:0px;
	width:100%;
	height:45px;
	line-height: 40px;
	left: 0px;
	border-top: 1px solid #e4e4e4;
	top: auto;
}

img{
	/*! width: 320px; */
	padding: 3rem 0;
}

#search {
	position: relative;
}
#header {
	height: 3.5rem;
	line-height: 3.5rem;
}

span #header{
	height: 60px;
}
a {
	color: black;
	text-decoration: unset;
	margin: 2px 10px;
	height: 45px;
	
}

body, td, a, p, .h {
	font-family: arial,sans-serif;
	font-size: 13px;
}

.right {
	float: right;
	margin-right: 30px;
}

.left {
	margin-left: 30px;
}

span .left {
	height: 45px;
}

.input {
	border:1px solid #dfe1e5;
	border-radius: 24px;
	width: 36rem;
	height: 2.8rem;
}

#mid {
	width: 42rem;
	margin: auto;
	text-align: center;
	height: 32rem;
}

#next {
	display: flex;
	margin: auto;
	width: 18.3rem;
	position: relative;
	top: 2rem;
	bottom: 0;
}

#next .button {
	background-color: #f2f2f2;
	border: unset;
	border-radius: 5px;
	height: 35px;
	margin: 0px 6px;
	padding: 0px 20px
}

//End of code
