.stick {
	position: fixed;
}

.affix {
	position: fixed;
	top: 0;
}

.stick-top {
	top: 0;
	bottom: auto;
}

.stick-boundary-bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}