﻿#reciteme-button {
	width: 100px;
	height: 100px;
	bottom: 14px;
	right: 14px;
	position: fixed;
	z-index: 100;
	cursor: pointer;
}

#reciteme-button img {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}