body > .button-close {
	transition: color 0.3s ease-out;

	position: absolute;
	top: 5px;
	right: 5px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
	cursor: pointer;
	color: #ddd;
	z-index: 10;

	text-decoration: none;
}
body > .button-close:hover {
	color: #fff;
}


