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

html {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%; }

#page-wrapper {
  width: 100%;
  max-width: 640px;
  background: #FFFFFF;
  padding: 1em;
  margin: 1em auto;
  border-top: 5px solid #69c773;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8); }

h1 {
  margin-top: 0;
  text-align: center; }

#msg {
  font-size: 1em;
  line-height: 1.4em; }
  #msg.not-supported strong {
    color: #CC0000; }

textarea {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  width: 100%;
  max-width: 100%;
  border: 1px solid #D9D9D9;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
  padding: 10px;
}

input[type="text"] {
  width: 100%;
  padding: 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset; }
input[type="range"] {
  width: 300px; }

label {
  display: inline-block;
  float: left;
  width: 150px; }

.option {
  margin: 1em 0; }

button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #69c773;
  border-bottom: 1px solid #498b50;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 100%;
  text-align: center; }
  button:hover, button:focus {
    opacity: 0.75;
    cursor: pointer; }
  button:active {
    opacity: 1;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset; }

.buttons button {
  width: calc(100% / 2 - 0.5em);
  float: right; }
  .buttons button:first-child {
    float: left; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

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