.fixed-artplacer-container {
	position: fixed;
	margin: 0;
	padding: 0;
	bottom: 100px;
	width: 280px;
	height: 30px;
	bottom: 60px;
	right: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.0);
	transform: translateX(-50%);
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	text-align: center;
}

.close {
	opacity: 0;
	visibility: hidden;
}

.artplacer-button {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	margin: 0 5px;
	font-size: 13px;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.3);
	border-color: rgb(200, 200, 200);
	border-width: 0px;
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.7);
}

.artplacer-button:hover {
	background-color: rgb(255, 129, 57);
	color: rgba(255, 255, 255, 1.0);
	transition: all 0.5s;
}