@charset "UTF-8";
/* reset */
* {
	box-sizing: border-box;
}
blockquote, body, button, dd, dl, figure, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
button, select {
	border: none;
	outline: none;
	background: none;
	font-family: inherit;
}
a, button, input, select, textarea {
	-webkit-tap-highlight-color: transparent;
}
body {
	min-height: 100%;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "pnum";
	font-variant-numeric: proportional-nums;
}
/* .reset */

#main {
	position:relative
}
main {
	padding-left:18px;
	padding-right:18px;
}
.container {
	max-width: 490px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position:relative
}
.container p {
	color: #777;
	margin-top: 10px;
	line-height: 1.5em;
	text-align: center;
}
.mainlogo {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
	max-width: 450px;
	text-align: center;
	margin-bottom: 30px;
}
.container h1 {
	font-weight: 600;
	color: #D00;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bikelist {
	margin-left: 20px;
	list-style-type: decimal;
	color: #777;
}
.bikelist li {
	margin-top: 18px;
	margin-bottom: 18px;
}
.mainlogo img {
	width: 90%
}
.description {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: rgb(128,128,128);
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

/* progress indicator stuff */
@keyframes 
}

a, a:hover {
	text-decoration: none
}
