@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("todoist.com") {

body, textarea, input, select, option {
    font-family: Tahoma, Verdana !important;
}

h2 {
    font-size: 14px !important;
}

.items li, .text_box, td.name {
    font-size: 12px !important;
}

.items li, #project_history li {
    padding: 4px !important;
}

.items .current {
    background-color: #FFFFCC !important;
}

td.name, td.text_cursor, td.content {
    vertical-align: middle !important;
}

}