.stuck{
position: fixed;
top: 0px;
background-color: rgba(255, 255, 255, 0.96);
z-index: 500;
width: 100%;
border-bottom: 1px solid #CCC;
}

img.arrow-indicator {
top: 40px;
}

.tool-nav-container {
padding: 0px;
padding-top: 0px;
}

.stuck .btn{
	padding:5px 10px;
}

a.stuck-anchor{
margin-bottom: 100px;
display: block;
}