fish-counts-tile {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%; }
  fish-counts-tile .upToDate {
    color: #5ac896; }
  fish-counts-tile .outOfDate {
    color: #f34136; }
  fish-counts-tile .chartContainer {
    height: 50%; }
  fish-counts-tile .chart {
    height: 100%;
    padding-top: 0px; }
