way[_status=no] { z-index: 0; width: 20; color: red; }
way[_status=partial] { z-index: 0; width: 20; color: red; opacity: 0.4; }
-way[_status=maybe] { z-index: 0; width: 20; color: orange; opacity: 0.3; }
+way[_status=unsure] { z-index: 0; width: 20; color: orange; opacity: 0.4; }
node[_status=no] { z-index: 0; icon-image: square; icon-width: 15; color: red; }
node[_status=partial] { z-index: 0; icon-image: square; icon-width: 15; color: red; opacity: 0.4; }
-node[_status=maybe] { z-index: 0; icon-image: square; icon-width: 15; color: orange; opacity: 0.3; }
+node[_status=unsure] { z-index: 0; icon-image: square; icon-width: 15; color: orange; opacity: 0.4; }