/* =Resource edit
---------------------------------------------*/
.cms-record-edit-table {
   border-collapse: collapse;
   width: 100%;
}

.cms-record-edit-table th,
.cms-record-edit-table td {
   padding: 10px;
   border-bottom: 3px solid #fff;
   background: #f5f5f5;
}

.cms-record-edit-table th th,
.cms-record-edit-table td th,
.cms-record-edit-table td td {
   padding: 0;
   border: 0;
}
.cms-record-edit-table th {
   vertical-align: top;
   font-size: 120%;
   color: #666;
  /* border-right: 1px dotted #ccc;*/
}

