/* Copyright (c) 2007 Lucky E. Santoso */

#hangman_level {
  margin-top: 0px;
  font-weight: bold;
  float: left;
  width: 19%;
}

#hangman_life_bar {
  margin-top: 0px;
  width: 80%;
  height: 20px;
}

#hangman_life_bar td {
  background: silver;
}

#hangman_category {
  clear: both;
  border: 1px gray solid;
  color: white;
  background: gray;
  padding-left: 1em;
  margin-bottom: 0;
}

#hangman_phrase {
  margin-top: 0px;
  font-family: Courier, monospace; 
  font-size: x-large;
  font-weight: bold;
  letter-spacing: 0.5em;
  border: 1px gray solid;
  text-align: center;
  padding: 1em 1em;
}

#hangman_buttons {
  margin: auto;
}

#hangman_buttons input {
  width: 25px;
  height: 25px;
}

#hof {
  padding: 5px;
  background-color: #DDDDDD;
}
