#summary-stats-select { margin-bottom: 1em; }

#summary-stats-div { min-height: 350px; margin-bottom: 2em; }
#temporal-comparison-div { min-height: 320px; }

@media only screen and (min-width: 1200px) {
  table#stats,
  table#summary-stats { font-size: 80%; }
}

@media only screen and (max-width: 1199px) {
  table#stats,
  table#summary-stats { font-size: 70%; }
}

@media only screen and (max-width: 991px) {
  table#stats,
  table#summary-stats { font-size: 60%; }
  #state-select { display: block; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .select-form { margin-bottom: -3rem; }
}

table#stats td,
table#summary-stats td { white-space: nowrap; }

tr.disaster-stats-row { display: none; }

td.disaster-stat { text-align: right; }

tr.all-disasters { background-color: #c6cace !important; }
tr.all-disasters td { font-weight: bold; }
tr.all-disasters td table.popup td { font-weight: normal; }

td.disaster {
  text-align:  left;
  white-space: nowrap;
}

/*
 .notstats
 */
.nostats .ind,
.nostats .popup,
.nostats .popup-title,
.nostats .divTableRow:nth-child(2n) { color: #aaa; background-color: #dcdee0; border-color: #c6cace; }
tr.nostats { background-color: #f1f3f6; }