h1 {
	font-size: 40px;
	margin-bottom: 30px;
}

p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

p a {
	background: #333;
	color: #FFF;
	padding: 2px 5px;
	text-decoration: none;
}

p a:hover {
	background: #666;
	color: #FFF;
	text-decoration: none;
}

.bg {
	background-color: #EEE;
}

.bg2 {
	background-color: #EAEAEA;
}

.step {
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	background: #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	border-radius: 50%;
}

input {
	width: 90%;
	height: 30px;
	margin-bottom: 5px;
}

input.result {
	background-color: #EEE;
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA;
}

input.result:focus {
	outline: 0;
}

input.result:hover {
	cursor: pointer;
}

input.result.copied {
	border-color: green;
	background-image: url('https://www.bcaa.com/-/media/bcaa/images/icons/checkmark2x-1.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position-y: center;
	background-position-x: 5px;
	padding-left: 30px;
}