﻿#myBtn
	{
    display: none;
    position: fixed;
    bottom: 18px;
    right: 28px;
    z-index: 99;
    outline: none; 
	border: 1px solid #ffffff;
	background-color: #ffffff;
    color: #808080; 
    cursor: pointer;
    padding: 0.6em;
    font-size: 18px;
	/* box-shadow: 0 0 10px 0 #000000; */
	}

#myBtn:hover
	{
	border: 1px dotted #00cc33;
    background-color: #ffffff;
	color: #00cc33;
	}