@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mailbox-02.hmc.edu") {

* {
  color: black !important;
  background-color: white !important;
}

select,input,textarea {
  background-color: #ddd !important;
}

.Row-selected * {
  background-color: #ccc !important;
}

.Row-focused * {
  background-color: #333 !important;
  color: white !important;
}

}