/* http://www.cleancss.com/css-beautify/ | http://www.cleancss.com/css-minify/ */

.record-item {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
}

  .record-item .table {
    font-weight: 400;
  }

    .record-item .table td, .table th {
      padding: 0.09em;
      padding-left: 0.3em;
    }

  .record-item:hover {
    background-color: #fafafa;
  }

  .record-item .label {
    text-align: right;
    vertical-align: top;
    font-weight: 600;
    width: 180px;
  }

  .record-item .field {
    font-weight: 300;
    text-align: left;
    vertical-align: top;
    color: #706c6c;
  }

