.btn-black {
	background: #222;
	color: #fff;
}

.btn-black:hover {
	background: #111;
	color: #ddd;
}