.gofish-table {
  width: 100%;
}
.gofish-table thead tr {
  border-bottom: 1px solid #575757;
}
.gofish-table thead tr th {
  padding: 12px;
}
.gofish-table thead tr th {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.gofish-table tbody tr {
  border-bottom: 1px solid #cbcbcb;
}
.gofish-table tbody td {
  padding: 12px;
}
.gofish-table tbody td:first-child {
  font-family: 'Roboto', sans-serif;
}
.gofish-table .clickable-row {
  cursor: pointer;
}
.gofish-table .clickable-row:hover {
  background-color: #dcf3f1;
}
.gofish-table .activity-overridden {
  background-color: #ced9de;
}
.gofish-table .toggable-row {
  cursor: pointer;
}
.gofish-table .toggable-row:hover {
  background-color: #dcf3f1;
}
.gofish-table .right {
  text-align: right;
}
.gofish-info-table {
  width: 100%;
  font-variant-numeric: lining-nums tabular-nums;
}
.gofish-info-table thead tr {
  border-bottom: 1px solid #575757;
}
.gofish-info-table thead tr th {
  padding: 12px;
}
.gofish-info-table thead tr th {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.gofish-info-table tbody tr {
  border: none;
}
.gofish-info-table tbody tr td {
  padding: 5px;
  text-align: right;
}
.gofish-info-table tbody tr td:first-child {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: left;
  width: 30%;
}
.gofish-info-table tbody .summary {
  line-height: 2em;
  border-top: 1px solid #9AB3BD;
  border-bottom: 1px solid #9AB3BD;
}
.gofish-info-table .right {
  text-align: right;
}
.economy {
  border-left: 10px solid #5D8596;
  padding-left: 40px;
}
.economy h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1em;
}
.economy h2 {
  display: inline-block;
}
.economy h3 {
  display: inline-block;
  padding-top: 15px;
}
.economy > .primary-button,
.economy > .secondary-button,
.economy > .tertiary-button {
  float: right;
  margin-top: 7px;
  margin-left: 20px;
}
