.site-footer{
	margin-bottom: 30px;
}
.scroll-to-top-btn.visible {
	bottom: 44px;
}

#dev-bar{
	position: fixed;
	display: flex;
	bottom: 0;
	height: 30px;
	left: 0;
	right: 0;
	border-top: 1px solid #aaa;
	background-color: #eee;
	align-items: center;
    font-family: sans-serif;
    font-size: .9em;
    z-index: 9999;
}

#dev-bar .dev-bar-item{
	height: 100%;
	padding: 0 10px;
	align-items: center;
    display: flex;
    cursor: pointer;
}
#dev-bar .dev-bar-item.inactive{
	color: #bbb;
	cursor: default;
}
#dev-bar .dev-bar-item:not(.inactive):hover{
	background-color: #ccc;
}

#dev-bar .dev-bar-separator{
    background-color: #fff;
    align-self: stretch;
    width: 1px;
}