@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("todoist.com") {
.priority_2 
   {border-left: 0.2em solid #FFF000 !important;}
.priority_3 
   {border-left: 0.2em solid #FFC000 !important;}
.priority_4 
   {border-left: 0.2em solid #FF2900 !important;}

.list_editor .items li 
   {margin-bottom: 0.2em !important;
    padding: 0.1em 0.1em 0.1em 0.27em !important;}

.list_editor .items li.priority_4, 
.list_editor .items li.priority_3, 
.list_editor .items li.priority_2 
   {color: black !important;
    padding-left: 0.1em !important;}

.list_editor .items li.checked 
   {color: grey !important;}


}