.detail textarea {
  width: 450px !important;
  height: 250px; }
.detail label:not(.inlineControl) > input[type="text"], .detail div:not(.inlineControl) > input[type="text"] {
  width: 260px; }
.detail .customer {
  border-left: 5px solid #b6b6b6; }
.detail .lot {
  border-left: 5px solid #7d7d7d; }
.detail .waterWell {
  border-left: 5px solid #4a4a4a; }
.detail .delinquent {
  border: 1px solid #ff7171;
  border-left: 5px solid #ff6767;
  background-color: #ffdddd !important; }
.detail .delinquent.inactive {
  border: 1px solid #fff580;
  border-left: 5px solid #fff476;
  background-color: #fff9b2 !important; }
.detail .state {
  width: 40px; }
.detail .zipcode {
  width: 80px; }
.detail .name {
  width: 120px; }
.detail .inlineControl {
  margin-left: 0px !important;
  margin-bottom: 5px; }
.detail a[data-type=textarea] {
  white-space: pre-line; }
.detail .wide-textarea textarea {
    width: 1010px !important;
    height: 190px;}
