.shiny-input-radiogroup.shiny-bound-input .shiny-options-group div:last-child {
  display: none;
}

.field {
  padding: 5px;
  margin: 0px;
  position: relative;
  left: -5px;
}

.field > :first-child {
  margin-top: 0px;
}

.field > :last-child {
  margin-bottom: 0px;
}

.field > select,
.field > textarea,
.field > input[type=text],
.field > input[type=password] {
  margin-bottom: 0px;
}

.error-bg {
  background-color: #f2dede;
}

.error {
  color: #b94a48;
  background-color: #f2dede;
}

.warning {
  color: #c09853;
  background-color: #fcf8e3;
}

.success {
  color: #468847;
  background-color: #dff0d8;
}

#messages {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 150%;
}

textarea {
  height: 200px;
  width: 700px;
}
