/* CSS Document */
.sticky {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:100;
}
.sticky button {
	font-size:18px;
	white-space:nowrap;
	border:none;
}
.sticky button {
	padding:6px 1px\9;
}
@media screen and (min-width:0\0)
{
	.sticky button {padding:6px 1px; }
}
.sticky button:hover {
	cursor:pointer;
	border-top-color:#0b5587;
	background:#4F4F4F;
	color:#b0b0b0;
}
.sticky button:active {
	border-top-color:#11496b;
	background:#11496b;
}
.icon {
	height:1.1em;
	vertical-align:middle;
}
