.dfp-meta-table {
  display:none;
}

ul.dfp-field-errors {
  display:inline;
  border: 2px solid #f33;
  margin: 0;
  list-style-type: circle;
  padding: 0;
  color: #000;
  background: #f99;
}

.dfp-field-errors li {
  display:inline;
  padding: 0;
  margin: 0;
  list-style-type:none;
}

select.dfp-has-errors,input.dfp-has-errors,textarea.dfp-has-errors {
  background: #faa;
}

ul.dfp-flashmessages {
  background: #ff0;
  border: 1px solid black;
  padding: 1em;
  margin-bottom: 1em;
  list-style-type: none;
}

.dfpcontent {
  margin-left: 3em;
  margin-right: 3em;
  border-left: none;
}
