/* CSS Document */

#myBtn {
    padding: 10px 20px !important;
	display: none;
	position: fixed;
	bottom: 150px;
	right: 30px;
	z-index: 99999;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 25px;
	border: none;
	outline: none;
	background-color:#336633  !important;
	color: white;
	cursor: pointer;
	border-radius: 4px !important;
	}

#myBtn:hover {
	background-color: #555555;
	}