.Undaunted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fdd017;
	text-decoration: none;
	background-color: #151B54;
	letter-spacing: normal;
	text-align: left;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
}

#language_bar {
  background-color: white;
  color: blue;
  position: relative;
  float: right;
}

.msg-centered-red-bckgrn {
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  background-color: #cc0000;
  color: white;
  min-width: 40%;
  max-width: 90%;
  padding: 5px 10px;
}

