/*Floating action button*/

.Floating-buttons-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.Floating-button {
	float: right;
	margin-right: 10px;
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: none;
	color: #fff;
	z-index: 2;
}

.Floating-green {
	background: #BC2B34;
}

.Floating-yellow {
	background: #EC3644;
}

.Floating-button:active,
.Floating-button:focus {
	border: none;
	outline: none;
	outline-color: none;
}
