/*this file is for unorganized, cosmetic styles and adjustments. */
/*Please add comments. */
/*Will be sorted later*/

#website-feedback-button {
  /*display: none;*/
  background: #333333;
  border: 4px double #fff;
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Roboto Condensed",sans-serif;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  /*text-transform: uppercase;*/
      rotate: -90deg;

}
#website-feedback-button:hover {

  background:#8c2004;
}
.website-feedback-toggle-wrapper {
  position: fixed;
  bottom: 40px;
  right: -34px;
}
@media screen and (min-width: 52.5em) {
	.subject_librarians>.subject_librarian__container {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}
