/**
 * @file
 * Additional style rules for Download Verify module.
 *
 * note: all attempts should be made to utilise existing
 * CSS rules within the site stylesheets
 */
#download-verify-form-wrapper {
  display: none;
  clear: both;
}
p.small,
p.msgbox {
  font-size: 0.8em;
  line-height: 1.1em;
}
p.msgbox {
  clear: both;
}
span.form-required {
  font-size: 9px;
  color: #f36060;
}
span.filepath-display {
  display: none;
}
code {
  display: block;
  border: 1px solid #787878!important;
  background: #ededed;
  color: #313131;
  padding: 5px 10px!important;
}

/* @todo: change trigger to default error style in existing stylesheet*/
input.in-error {
  border-color: red;
  background-color: #f46565;
}

/* @todo: need to hook into site default styles better*/
.button {
  word-wrap: normal;
}
