#anchors {
	width: 150px;
	padding: 20px;
    /*bottom: 20%;
    right: 300px;
    position: fixed;*/
    background-color: #D9D9D9;
    color: white;
}

#top-anchors {
  padding-top: 25px;
}

.stick {
	position:fixed;
	top:20px;
}

.menu-link-sub {
	padding-left: 10px;
	font-weight: bold;
}

.menu-link {
	font-weight: bold;
}

.back-to-top:hover {
	text-decoration: none;
}

.back-to-top:visited {
	color: #428bca;
}
.back-to-top:focus{
  color: #3b3738;
  text-decoration: none;
}
.menu-link-sub:focus {
  color: #3b3738;
  text-decoration: none;
}
.menu-link:focus {
  color: #3b3738;
  text-decoration: none;
}
.icon-chevron-up {
	padding-right: 2px;
}