.btn-black {
	color: #fff;
	background-color: #333;
	border-color: #ccc;
}
.btn-black:hover{
	color: gray;
}
.copy_alert {
	display: none;
}
