.gwt-ProgressBar-shell {
  border: 2px solid #faf9f7;
  border-right: 2px solid #848280;
  border-bottom: 2px solid #848280;
  background-color: #AAAAAA;
  height: 14pt;
  width: 400px;
  text-align: center;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
  background-color: #67A7E3;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-text {
  padding: 0px;
  margin: 0px;
  color: white;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 10px;
  text-align: center;
}

.default-value {
	color: #AAAAAA;
}

.errors {
	color: #FF2B5C;
	font-weight: bold;
}

img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#clue > img {
	max-width: 100%;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

#clues {
	height:90%;
	margin:0 auto;
	width:90%;
}

#instructions {
	border: thin;
	border-style: solid;
	border-color: black;
	padding: 10px;
	margin-left: 30%;
	margin-right: 30%;
}

#controls {
	margin-top: 10px;
	margin-left: 30%;
}

#hint {
	margin-left: 90%;
	margin-top: 20px;
	padding: 1em;
}

#boss {
	border-style: solid;
	border-color: blue;
	width: 200px;
	padding: 1em;
	position: fixed;
	left: 5px;
	bottom: 1px;
}

#progress {
	position: fixed;
	left: 40%;
	bottom: 20px;
	width: 420px;
}