.aggrepayfloat {
	font-family: "Lucida Console", Courier, monospace;
	font-size:13px;
	position:fixed; 
	bottom:40px; 
	left:40px; 
	text-align:Left;
	z-index: 50000;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.aggrepayfloat{
  		display:none;
	}
}