/*general*/

#demoInstructions {
	width: 80%;
	margin: 40px auto;
	text-align: left;
}

#demoInstructions p, ol {
	font-size: 1em;
}

#demoInstructions ol {
	margin-left: 50px;
}

#demoInstructions li {
	padding: 2px 0 5px 0;
}

#accessButton {
	width: 250px;
	background: #383838;
	border: 2px solid #383838;
	border-radius: 2px;
	margin: 20px auto;
	padding: 15px 0;
	font-size: 1.5em;
	color: #F7F7F7;
	text-align: center;
}

#accessButton:hover {
	background: #F7F7F7;
	color: #383838;
}

#pebbleInstructions {
	width: 80%;
	margin: auto;
	text-align: left;
	padding-bottom: 60px;
}

#pebbleInstructions p, ol {
	font-size: 1em;
}

#pebbleInstructions ol {
	margin-left: 50px;
}

#pebbleInstructions ol ul {
	margin-left: 30px;
}

#pebbleInstructions li {
	padding: 2px 0 5px 0;
}