/* Adjust button colors */
.btn-default.active, 
.btn-default:active, 
.btn-default:hover, 
.open>.btn-default.dropdown-toggle {
  background-color: #EBEBEB !important;
}

/* More distinguishable links */
.container a {
	font-weight: 700;
	text-decoration: underline;
}

.btn-default {
	font-weight: 700;
}

/* Adjust highlight color (Assessment list) */
.bg-danger {
	background-color: #F6EAEA;
}

/* Skip links */

a.skip-links-item {
  font-size: 14px;
  text-decoration: underline;
  position: absolute;
  left: 15px;
  top: -100px;
  z-index: 10000;
  height: auto;
  margin: 0 auto;
  padding: 10px 15px;
  background-color: transparent;
  color: #000;
  transition: top .2s, background-color .2s, color .2s
}

a.skip-links-item:active, a.skip-links-item:focus {
  top: 0;
  background-color: #272727;
  color: #ffba00
}

#skip-links {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  list-style: outside none
}


/* Footer links */

.text-only {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}