/* BEGIN alert tweaks */
.lib-alertBoxText {
	margin-left:auto;
	margin-right:auto;
	width:80%;
	padding:5px;
	font-family: "Open Sans", sans-serif;
}
.lib-alertBoxText h2 {
	font-weight: bold;
	font-family: 'encode_sans_compressedXBd';
}

#alertMessage {
	background: #4b2e83
  }

  #alertMessage > * > * {
	margin: 0 auto;
  }
  
  .lib-alertBoxText {
	background-color: #B20F24;
	color: white;
	padding: 1rem;
  }
  
  .lib-alertBoxText p {
	margin: 0;
  }
  
  .lib-alertBoxText * {
	color: white;
	font-size: .85rem;
  }
  
  .lib-alertBoxText a:link {
	font-weight: bold;
	text-decoration: underline;
  }

  .lib-alertBoxText a:visited {
	text-decoration: dotted;
  }
  
  .lib-alertBoxText a:hover {
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 0 .15em rgba(0,0,0,.25);
	color: white;
  }

  .lib-alertBoxText a:active {
	color: white;
	outline: 1px dotted;
  }

  .lib-alertBoxText a:focus {
	  color: white;
  }

  .hitlink a::after {
	display: inline;
	content: " \203A";
	white-space: nowrap;
  }

/* END alert tweaks */