/**
 * Tables
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  font-size:2.0rem;
  margin:20px auto;
}
tbody {
  border-top: 1px solid #444444;
}
tr.even,
tr.odd {
  background-color: transparent;
  border:none;
  padding: 0;
}
tr.even {
  /* background-color:#fcfcfc; */
}
th {
  font-weight:bold;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-color: #e1e1e1;
  border-width: 0 0 1px 0;
  border-style:solid;
}
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline;
}
td.active {
  background-color: #2980b9;
}

td.active.nodequeue-title {
  background-color: #FFF;
}
