
html, body, table, td {
   font-family: Tahoma, sans-serif;
   font-size: 16px;
   margin: 0px;
   padding: 0px;
   color: #333;
}

div#page {
   max-width: 450px;
   padding: 15px;
}

table td {
   vertical-align: top;
}

div.resultsarea {
   margin: 10px 0px 0px 5px;
}

fieldset legend {
   font-size: 28px;
   color: #347290;
}

fieldset {
   border: 2px #3f89ad solid;
   border-radius: 7px;
}


input {
   display: inline;
   border: 1px solid #999;
   margin: 0px;
   padding: 3px;
   font-size: 18px;
   color: #333;
   -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}


label {
   color: #36acd2;
   font-weight: bold;
   display: inline-block;
   vertical-align: top;
   margin: 0px 0 10px 0;
}


table th {
   color: #3f89ad;
   font-weight: bold;
   white-space: nowrap;
   padding: 0px 7px 0px 7px;
}

table td {
   padding: 0px 3px 0px 3px;
}

fieldset ul {
   margin: 0px;
   padding: 0px;
}

fieldset li {
  list-style: none;
  padding: 0px 5px 0px 5px;
  margin: 8px 0px 20px 0px;
}

.errormsg {
   color: #d43535;
   font-weight: bold;
}

/* buttons */
.buttonrow button {
   margin-right: 5px;
}
.disabledbtn {
  background: #666;
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  border:0px;
}
.actionbtn {
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  border: 0px;
}
.actionbtn:hover {
  text-decoration: none;
  cursor: pointer;
}
.actionbtn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.6);
}
.actionbtn.primary {
   background: #36acd2;
}
.actionbtn.primary:hover {
   background: #47c2ea;
}
.actionbtn.secondary {
   background: #acacac;
}

div#worddisplay {
   margin-top: 10px;
}

#absentletters {
   height: 25px;
   width: 220px;
}
.letterinput {
   width: 25px;
   height: 25px;
   margin-right: 2px;
   text-align: center;
}
.letterline {
   margin-bottom: 8px;
}

.CORRECT {
   background-color: #aceca6;
}
.INCORRECT {
   background-color: #fff;
}
.WRONGPOS {
   background-color: #ffeea3;
}
