.password-result {
	display: none;
	margin-top: 30px;
	margin-bottom: 10px;
}

.password-result h2 {
	margin-bottom: 2px;
}

.password-result #password-list {
	margin-top: 20px;
}


.password-result kbd {
	font-size: 15px;
	font-weight: bold;
	background: white;
}

#password-check {
	font-weight: bold;
}

#password-check-wrapper {
	display: none;
}

#password {
	width: 500px;
}

p.notice {
	margin-top: 15px;
	margin-bottom: 15px;
}