-path.stroke.tag-natural-scrub {
- stroke: rgb(219, 240, 139);
-}
-.preset-icon-fill-area.tag-natural-scrub {
- border-color: rgb(219, 240, 139);
- background-color: rgba(219, 240, 139, 0.2);
-}
-
-.pattern-color-farm,
-.pattern-color-farmland {
- fill: rgba(140, 208, 95, 0.2);
-}
-path.stroke.tag-landuse-farm,
-path.stroke.tag-landuse-farmland {
- stroke: rgb(140, 208, 95);
-}
-.preset-icon-fill-area.tag-landuse-farm,
-.preset-icon-fill-area.tag-landuse-farmland {
- background-color: rgba(140, 208, 95, 0.2);
-}
-
-.pattern-color-cemetery,
-.pattern-color-orchard {
- fill: rgba(140, 208, 95, 0.2);
-}
-path.stroke.tag-landuse-cemetery,
-path.stroke.tag-landuse-orchard {
- stroke: rgb(140, 208, 95);
-}
-.preset-icon-fill-area.tag-landuse-cemetery,
-.preset-icon-fill-area.tag-landuse-orchard {
- background-color: rgba(140, 208, 95, 0.2);
-}
-
-path.stroke.tag-amenity-parking {
- stroke: rgb(170, 170, 170);
-}
-path.fill.tag-amenity-parking {
- stroke: rgba(170, 170, 170, 0.3);
- fill: rgba(170, 170, 170, 0.3);
-}
-.preset-icon-fill-area.tag-amenity-parking {
- border-color: rgb(170, 170, 170);
- background-color: rgba(170, 170, 170, 0.3);
-}
-
-
-/* highway areas */
-
-path.stroke.area.tag-highway {
- stroke:#fff;
- stroke-dasharray: none;
- stroke-width: 2;
-}
-
-/* wide highways */
-
-.preset-icon .icon.tag-highway.other-line {
- color: #fff;
- fill: #777;
-}
-
-path.shadow.tag-highway {
- stroke-width:16;
-}
-path.casing.tag-highway {
- stroke:#444;
- stroke-width:10;