
body { background: #e9e9e9 }

img { max-width: 100%; }

a {
  color: orange;
  font-style: italic
}

label {
  font-size: 18px;
  color: #555;
  line-height: 25px
}

#wrapper {
  margin: 20px auto 50px auto;
  text-align: center;
  width: 65%;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  padding-bottom: 10px
}

#wrapper_heading2 {
  height: 70px;
  margin: 50px 15% 0 15%;
  font-size: 28px;
  color: #3b589c
}

#main {
  margin: 0 auto 50px auto;
  width: 70%;
}

.textinput {
  margin: 50px auto 0 auto;
  border: 1px solid #333;
  height: 100px;
  width: 50%;
  padding: 20px;
  color: #3b589c;
  outline: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#output {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

.outputbox {
  width: 100%;
  margin: 0;
  height: auto
}

.outputbox li {
  display: inline-block;
  width: 22%;
  margin: 0;
  height: 150px;
  vertical-align: top;
  text-align: center;
  font-size: 22px;
  color: #777
}

.outputbox li span {
  font-size: 50px;
  color: #70b60b
}
