/*
 * Propshaft serves this file as-is (no Sprockets `*= require` directive
 * support) - the old app's application.css pulled in admin/forms.css.scss
 * via `*= require admin/forms` followed by `*= require_self`. Merged here in
 * that same order to preserve the original compiled stylesheet.
 */

.section-content td {
    word-wrap:break-word;
}

.wrap {
    word-wrap:normal;
}

.alert {
  border: 1px solid #fbeed5;
  padding: 8px 35px 8px 14px;
  color: #c09853;
  background: #fcf8e3;
  border-radius: 4px;
}

.alert a, .alert a:visited {
  font-weight: bold;
  color: #c09853;
}

#application {
  color: black;
}

#application label {
  width: 225px;
  display: inline-block;
  text-align:right;
  padding-right: 10px;
  font-weight: bold;
  vertical-align: middle;
}

label.inline {
  width: auto !important;
}

#application .field {
  padding-bottom: 15px;
  margin-right: 10px;
  margin-left: 10px;
}
