th, td {
  vertical-align: middle;
  text-align: left;
}

.longListTable {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-bottom: 1em;
  font-size: 0.8em;
  box-shadow: 1px 1px 1px 2px rgba(0,0,0,.1);
  border-radius: 4px;
}
.longListTable thead {
  /* background-color: rgba(91, 200, 172, 0.9); */
  /* background-color: var(--mild-black); */
  background-color: white;
  /* color: #fff; */
  color: var(--mild-blueblack);


}
.longListTable thead th {
  vertical-align: bottom;
  font-weight: bold;
  white-space: nowrap;
}
.longListTable thead th:first-child {
  border-top-left-radius: 4px;
}

.longListTable thead th:last-child {
  border-top-right-radius: 4px;
}

.longListTable th, .longListTable td {
  padding: 1em 0.5em;
  white-space: nowrap;
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.longListTable tbody {
}
.longListTable tbody th {
  font-weight: bold;
}
.longListTable tbody tr {
}
.longListTable tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.075);
}
.longListTable tbody tr:hover {
  background-color: lightyellow;
}

.longListTable tbody tr:hover .color_yellow {
  color: white;
}

.longListTable img {
  max-height: 1.5em;
}

.singleTable {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-bottom: 1em;
  font-size: 0.8em;
}
.singleTable th {
  font-weight: bold;
  height: 2em;
  padding: 0 1em 0 0;
}
.singleTable td {
  height: 2em;
}


.mainTd {
  width: 100%;
}
td.tightPadding {
  padding: 0.75em 0.25em;
}

.tableSearch {
  display: inline-block;
  margin-left: 2em;
  vertical-align: top;
}

input.tableSearchInput {
  font-size: 0.8em;
  width: 10em;
  vertical-align: bottom;
  margin-bottom: -0.25em;
}

.tableSearch label {
  display: inline;
}

.tableSearch input[type=submit] {
  margin-left: 1em;
}

.footerTable {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}
.footerTable td {
  text-align: center;
  width: 33%;
}
.footerTable img {
  max-height: 2em;
}

.maxWidth {
  width: 100%;
}

.costsTable {
  display: none;
}

.costsTableContainer tbody tr:hover {
  cursor: pointer;
}
