/* W3.CSS 2.63 by Jan Egil and Borge Refsnes. Do not remove this line */

.w3-btn-floating:hover	{
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	}
.w3-btn-floating	{
	-webkit-touch-callout:none;
	-webkit-user-select:none;-khtml-user-select:none;
	-moz-user-select:none;-ms-user-select:none;user-select:none;
	} 
.w3-btn-floating	{
	display:inline-block;
	text-align:center;
	color:#FBF372; /* yellow */
	background-color:#006900; /* green */
	border: 3px solid #FBF372; /* yellow */
	position:relative;
	overflow:hidden;
	z-index:1;
	padding:0;
	border-radius:50%;
	cursor:pointer;
	font-size:24px;
	}
.w3-btn-floating	{
	width:40px;
	height:40px;
	line-height:40px;
	}
.w3-btn-floating	{
	position:fixed;
	width:100%;
	z-index:1;
	}
