﻿body {
}

.stick-to-top {
	display: block;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	background: rgba(255,255,255,.8);
	z-index:10000;
}