/* Remove padding and margins */
html,body {
	margin:0;
	padding:0;
	font-family:sans-serif;
	text-align:center;
}

/*Layout*/
div.header {
	width:100%;
	background-color:#0019A8;
	border-bottom-color:#000;
	border-bottom-width:5px;
	border-bottom-style:solid;
}

div.logo {
	width:450px;
	height:150px;
	background:url('img/logo.png');
	float:center;
}

div.form{
	padding-top:5%;
	padding-left:20%;
	padding-right:20%;
	text-align:left;
	font-size:20pt;
}

form {
	margin:5%;
}

option {
	padding:1%;
}

select,input {
	width:100%;
	padding:1%;
	border:none;
	border-radius:4px;
	background-color:#EEEEEE;
}

/* Line Colours */
option.Bakerloo {
	color:#fff;
	background:#AE6118;
}

option.Central {
	color:#fff;
	background:#E41F1F;
}

option.CircleCity {
	color:#113892;
	background:#E899A8;
}

option.District {
	color:#fff;
	background:#007229;
}

option.Jubilee {
	color:#fff;
	background:#686E72;
}

option.Metropolitan {
	color:#fff;
	background:#893267;
}

option.Northern {
	color:#fff;
	background:#000;
}

option.Piccadilly {
	color:#fff;
	background:#0450A1;
}

option.Victoria {
	color:#fff;
	background:#009FE0;
}

option.WaterlooCity {
	color:#113892;
	background:#70C3CE;
}