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

div#page {
   width: 600px;
   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;
   width: 160px;
}


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-top: 8px;
}

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

/* buttons */
.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 {
  background: #36acd2;
  -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 {
  background: #47c2ea;
  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);
}

/* slider */
.toggleswitch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
}
.toggleswitch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #36acd2;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

button#descramblebtn {
   float: right;
}

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