/**
 * @file
 *
 * Styles of all tables.
 */

table {
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  width: 100%;
}

table:first-child {
  margin-top: 0;
}

table:last-child {
  margin-bottom: 0;
}

table thead th {
  background: #ECECEC;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  padding: 0.928571em 0.714286em;
  white-space: nowrap;
}

th:first-child {
  text-align: left;
}

table tr td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  padding: 0.714286em;
  vertical-align: top;
}

table tr th,
table tr td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}

table tr th:first-child,
table tr td:first-child {
  border-left: none;
}

table tr:first-child td {
  border-top: medium none;
}

tr.even {
  background-color: #FFFFFF;
}

tr.odd {
  background-color: #FFFFFF;
}

table tbody a:link,
table tbody a:visited {
  color: #000000;
}

table tbody .edit a:link {
  color: #AC0009;
}
.editing {
  display: flex;
}
.edit {
  justify-content: right;
  padding-left: 1em;
  margin-top: auto;
  margin-left: auto;
}

/* Used to force fixed with to table cells with short data elements. Example the Year YYYY. */
table .views-field-field-platform-year,
table .views-field-field-work-year,
table .views-field-field-number,
table .views-field-field-work-year {
  width: 50px;
}
