/*
.field .field-label {
  font-weight: bold;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
  float:left;
}
*/
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table thead th,
form .field-multiple-table tr.even, 
form .field-multiple-table tr.odd,
form .field-multiple-table td {
  border-width: 0;
	/*background-color: transparent;*/
}

form .field-multiple-table thead {
  display: none;
}
/*
form .field-multiple-table th.field-label {
  padding-left: 0;
}
*/
form .field-multiple-table th {
  padding: 0;
}
form .field-multiple-table .tabledrag-hide {
  padding-left: 10px;
}

form .field-multiple-table td {
  padding: 0;
}
form .field-multiple-table td.field-multiple-drag {
  width: 1px;
  padding: 0;
  vertical-align: top;
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  margin-left: -24px;
  margin-top: 0.5em;
  padding: 0;
}

form .field-multiple-table .text-format-wrapper {
	/*margin-top: .5em;*/
  margin-top: 0.25em;
}

form .field-add-more-submit {
  margin: 0.5em 0.5em 0 0;
}
form .field-type-entityreference .field-add-more-submit {
  margin-top: 0;
}
