@media only screen and (max-width: 659px) {
  .select-form { text-align: left; }

  label.dropdown-label {
    display:    inline-block;
    width:      70px;
    text-align: left;
  }
}

@media only screen and (min-width: 660px) {
  .select-form { text-align: center; }

  label.dropdown-label {
    width: auto;
  }
}

#update { margin-right: 1em; }

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

tr.disaster-stats-row { display: none; background-color: #fff; }

tr.disaster-stats-row:nth-child(4n+3),
tr.disaster-stats-row:nth-child(4n+4) { background-color: #f8f8f8; }

tr.all-disasters { background-color: #eee !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;
}

tr.gray { background-color: #EEEEEE; }

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