@charset "UTF-8";

footer #paperless {
	position: fixed;
	right: 2px;
	bottom: 100px;
}

.banner-close {
	cursor: pointer;
	position: absolute;
	height: auto;
	width: auto;
	left: auto;
	right: 0;
	bottom: auto;
	top: -26px;
	padding: 5px;
	border: 1px none #fff;
	background-color: rgba( 0, 98, 195, 1.00 );
}

@media only screen and (min-width: 600px) {
	footer #paperless img:hover {
		opacity: 0.7;
	}

	.banner-close:hover {
		background-color: rgba( 0, 98, 195, 0.70 );
	}
}

@media only screen and (max-width: 599px) {
	footer #paperless img {
		max-width: 150px;
	}
}
