.post-type-d4events #postcustom {
  /* display: none; */
}
.row-d4events_end_date label, .row-d4events_end_time label, .row-d4events_start_date label, .row-d4events_start_time label {
  display: none;
}
.events-meta-row {
  clear: both;
  display: block;
  float: none;
  padding: 20px;
  border-bottom: 1px dashed #ccc;
  max-width: 1020px;
}
.row-d4events_end_date, .row-d4events_end_time, .row-d4events_start_date, .row-d4events_start_time {
  clear: none;
  display: inline;
  float: left;
  padding: 20px;
}
/*.post-type-d4events #the-list tr:nth-child(-n+7) {
  display: none;
}*/
#d4events_location {
  background-image: none !important;
}
.singlepass {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #efefef;
  border-radius: 1px;
  margin: 4px 0;
  max-width: 740px;
  padding: 10px;
}
.singlepass div {
  float: left;
}
.clearfix::before, .clearfix::after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  float: none !important;
}
.row-d4events_file_ {
  display: block !important;
  border-bottom: 0 none;
}
.row-d4events_file_ > label {
  font-weight: bold;
}
.multi-delete {
  background: tomato none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: right !important;
  font-size: 12px;
  height: 16px;
  text-align: center;
  width: 16px;
}