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

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

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

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

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

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

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

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

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

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

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