/* disable the quota display */
#quotadisplay {
  display: none !important;
}

/* buttons in anexia color */
.btn-primary {
  background: #003CA6 !important;
  border-color: #003CA6 !important;
}

/* folder itemcount in anexia color */
.folderlist li.mailbox .unreadcount {
  background: #003CA6 !important;
}

/* details link in email preview */
a.headers-details {
  color: #4b78be !important;
}

/* headers link in email preview */
a.headers-all {
  color: #4b78be !important;
}

/* disable the about button for not being able to get RC or plugin versions */
.menu a.about {
  display: none !important;
}
