/**
 * @file
 * Styles for mines's tables.
 */

table {
  width: 100%;
  margin: 10px 0;
  border-spacing: 0;
  border: 0;
  border-collapse: collapse;
  #font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-family: 'Open Sans',sans-serif;
  font-size: 0.857em;
}
table table {
  font-size: 1em;
}
tr {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid #ccc;
  background: #efefef;
  /* background: rgba(0, 0, 0, 0.063); */
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

thead > tr {
  border-bottom: 1px solid #000;
}
tr.odd, tr.even {
  #background: #e4e4e4;
  #background: rgba(0, 0, 0, 0.105);
  background-color: #eee;
}
tr.even {
  background-color: #f9f9f9;
}
table tr th {
  border-bottom-style: none;
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
}
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #fff;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  text-align: left; /* LTR */
  vertical-align: text-top;
  border: none;
}
tr td .field--type-commerce-price {
  text-align: right; /* LTR */
}
.tabledrag-handle:hover,
.tabledrag-handle {
  border: none;
}
[dir="rtl"] tr td,
[dir="rtl"] tr th {
  text-align: right;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) { /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}

@media screen and (max-width: 60em) { /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
/* .field--name-title  */
a {
  color: #ef7d00;
}
a:hover {
  color: #00b4e5;
}
.views-table .field field--name-title {
  color: #ef7d00;
}
