-.node { padding-left: 25px; }
-.way { padding-left: 25px; }
-.relation { padding-left: 25px; }
+/* Make space for icons */
+
+.node, .way, .relation {
+ padding-left: 25px;
+
+ &:first-child {
+ margin-left: -25px;
+ }
+}
+
+/* Deleted objects */
.deleted { text-decoration: line-through; }