div.todo article.pod {
     background: black!important;
     color:white!important;
     
}

div.todo article[data-accepted="0"] {
  background: black !important;
 
}

div.todo article[data-payment="cash"] {
  background: black;
}

div.todo article.express {
  background: red!important;
}

div.todo article.swissconnect {
  background: blue!important;
 
}



div.todo article[data-accepted="0"] {
  background: #7947ff !important;
  color: white;
  padding: 10px 10px 0px 10px;
}

