@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.rememberthemilk.com") {

/* verdana is boring, sorry */
body {
  font-family:arial !important;
}

/* Larger item list font size, which makes
   the overall experience much more comfortable */
.xtd_text {
  font-size:1.6em !important;
}

.xtd_tag {
  font-size:0.6em !important;
}

.xtd_check {
  vertical-align:top !important;
  padding-top:0.7em !important;
}

.xtd_task_name {
  display:block !important;
  margin-bottom:3px !important;
}

/* Remove the logo with the cow */
#appheaderlogo {
  display:none !important;
}
}