#frmPreview {
  margin: 0 auto;
  width: 100%;
  background-color: #fafafa;
}

#frmPreview {
  margin: 0 auto;
  width: 100%;
}

#frmPreview tr.mod {
  background-color: #EEEEEE;
}

#frmPreview tr.dbMatch {
  background-color: #fae2e6;
}

#frmPreview tr.cOverOne {
  background-color: #efa3b0;
}

/*#frmPreview th,
#frmPreview td { font-size: 0.9em; text-align: center; padding: 0.3em 0.5em; }*/
#frmPreview td.desc {
  text-align: left;
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

#frmPreview td.amount {
  text-align: right;
}

#frmPreview td.cOverOne {
  font-weight: bold !important;
  color: #AD1C00 !important;
}

#frmPreview td.colorGreen {
  color: #9fc03a !important;
}

#frmPreview td select {
  max-width: 100px;
}

div.errors {
  padding: 0.8em;
  color: #666666;
  font-size: 0.8em;
  border: 1px solid #EEEEEE;
  margin: 0.5em auto;
}