* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  margin: 20px;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hide {
  display: none;
}

pre {
  margin: 0 !important;
  display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none;
}

input, button {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

input[disabled], button[disabled] {
    background-color: #eee;
}

input, select {
  border: 1px solid #CCC;

}

input{
  width: 130%;
}

::-webkit-input-placeholder {
  color: #7A7A83;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7A7A83;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #7A7A83;
}

button {
  width: 40%;
  color: #FFF;
  font-weight: bold;
  background-color: #4CE675;
  border: 1px solid #4CE675;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: none;
}

button:hover {
  background-color: #40D868;
  border-color: #40D868;
  cursor: pointer;
}

button:selected{
  box-shadow: 0 0 3pt 2pt red;
}

#result {
  margin-bottom: 100px; }
