body {
  font-size: 20px;
  background-color: #eeffee; }

#page-head {
  background-color: #aaddaa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  margin: 0;
  display: block; }
  #page-head h1 {
    font-weight: bolder;
    text-align: center;
    color: #116611; }

#result-list {
  display: none; }

#actor-entry {
  margin-top: 100px; }

#actor-entry label {
  float: left;
  margin-right: 2rem;
  padding-top: 0.5rem; }

.actor-entry__input {
  position: relative;
  display: inline-block;
  width: 30rem; }

#actor-input {
  width: 100%; }

#result-list {
  width: 100%;
  position: absolute;
  left: 0;
  max-height: 40rem;
  overflow-y: scroll;
  background: white; }

#result-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.result-list__item {
  cursor: pointer;
  padding: 1rem; }
  .result-list__item:hover {
    background: lightgrey; }

#try-again {
  display: none;
  color: red;
  font-weight: bold; }

#letter-list {
  display: inline;
  margin: 20px; }

.list-letter {
  cursor: pointer;
  padding: 0.5rem;
  font-size: 36px;
  font-weight: 700;
  color: #555; }
  .list-letter.disabled {
    cursor: default;
    color: #bbb; }

#solve-button {
  display: inline; }

#game-board {
  /*display: flex;*/ }

#score-display {
  float: right;
  font-size: 30px;
  font-weight: bold; }
  #score-display #current-points {
    font-size: 48px;
    font-weight: bolder; }

.letter-box {
  width: 48px;
  height: 60px;
  display: inline-flex;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background-color: #c0c0c0;
  padding: 0 5px 20px 5px;
  border: 4px solid black;
  margin: 10px 10px; }
  .letter-box .letter {
    min-width: 100%;
    padding-bottom: 10px;
    display: inline;
    visibility: hidden; }

.spacer-box {
  width: 40px;
  height: 50px;
  display: inline-flex;
  font-size: 20px;
  padding: 0 5px 20px 5px;
  margin: 10px 10px; }

.guessed-letter {
  color: blue; }

#lose-message {
  font-size: 20px;
  font-weight: bold;
  display: none; }

#guess-message {
  font-size: 20px;
  font-weight: bold;
  display: none; }

#win-message {
  font-size: 20px;
  font-weight: bold;
  color: green;
  display: none; }

#wrong-message {
  font-size: 20px;
  font-weight: bold;
  color: red;
  display: none; }

#guess-list {
  font-size: 36px;
  font-weight: bold; }

#instruc-modal {
  display: none;
  width: 600px;
  height: 450px;
  position: fixed;
  left: 25%;
  top: 25%;
  font-size: 12pt;
  background-color: #aaddaa;
  padding: 8px;
  border: 4pt double #116611; }
  #instruc-modal h2 {
    margin-top: 0; }
  #instruc-modal #close-button {
    float: right; }

/*.space-box	{
	width: 15px;
	height: 40px;
	display: inline;
	margin: 10px 0;
}*/

/*# sourceMappingURL=styles.css.map */
