.book_app {
    margin-top: 14px;
}
a.book_app {
    color: #036A2E;
}
body {
    top: 0 !important;
    position: relative;
    min-height: 100%;
}

#inputs input {
  width: 330px;
}
#inputs input[type="checkbox"] {
  width: 15px;
}
#inputs label.remove {
  font-size: .75em;
}
hr {
  margin: 30px 0;
}
h3 + hr {
  margin-top: -5px;
}
hr + h3 {
  margin-top: -15px;
}
.controls {
  float: right;
  line-height: 35px;
  margin-top: 30px;
}
.controls .select, .controls .save, .controls a {
  border: none;
  background: #3781f2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica;
  font-size: 13px;
  padding: 7px 15px;
  text-decoration: none;
}
.controls a {
  background: green;
  display: none;
}
h4 {
  text-decoration: underline;
}
