
body { background: #7e7e7e }

.generatorWrapper {
  width: 380px;
  margin: 50px auto 0
}

.generatorWrapper input {
  font-size: 32px;
  width: 200px;
  height: 50px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  float: left;
  outline: 0
}

.generatorWrapper button {
  height: 50px;
  line-height: 45px;
  border: 0;
  background: #9fd148 url(icon.png) no-repeat 90% 50%;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  width: 180px;
  padding-right: 30px;
  outline: 0
}

.generatorWrapper button:hover { background-color: #aaee49 }

.generatorWrapper button:active { background-color: #82b627 }
