.container {
    width:98%;
    margin:auto;
    max-width:680px;
}

.message {
    color:#999;
    padding: 1em 0;
}
.todo, .response {
    min-height:6em;
    background-color: #fff;
    margin-bottom: 0.5em;
    padding: 1em;
    color:#555;
    -webkit-box-shadow: 0 0px 3px #BDBDBD;
    box-shadow: 0 0px 3px #BDBDBD;
    transition: all 0.3s ease-in-out;
}
.response {
  margin-top: 30px;
  min-height: 100px
}
.controls {
    text-align:center;
}
.select {
    border: 1px solid #999;
}

.final {
    color: #999;
}

.interim {
    color: #CCC;
}
