html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  margin: 0; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background-color: white;
  color: black;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  min-width: 320px;
  max-width: 800px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 16px; }

#reset_password_button {
  float: right;
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  margin-top: 10px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;

}
#decoderForm {
  width: 370px;
}
#decoderForm:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.original {
  padding: 2px;
}

.highlight {
  font-weight: bold;
  padding: 2px;
  background-color: blue;
  color: white;
}

.clearBoth {
  clear: both;
}

#passwordLabel {
  font-weight: bold;
  padding-bottom: 4px;
}

header a {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: black;
}