Map {
  background-color: #b8dee6;
}

#countries {
  ::outline {
    line-color: #000000;
    line-width:2;
    line-join: round;
  }
  polygon-fill: #fff;
}

#yolmosites {
  marker-width:15;
  marker-fill:#bbbbbb;
  marker-line-color:#000000;
  marker-allow-overlap:true;
}


#cities {
  marker-width:8;
  marker-fill:#eeeeee;
  marker-line-color:#000000;
  marker-allow-overlap:true;
}


#np00 {
  line-color:#000000;
  line-width:2;
  polygon-opacity:0;
  polygon-fill:#ae8;
}


#np03 {
  line-color:#000000;
  line-width:0.5;
  polygon-opacity:1;
  polygon-fill:#ffffff;
}

@sans:"Arial Regular","Liberation Sans Regular","DejaVu Sans Book";

#yolmosites {
  text-name: "[Language]";
  text-face-name: @sans;
  text-fill:#000000;
  text-halo-fill:#ffffff;
  text-halo-radius:2;
  text-size:14;
  text-wrap-width:50; 
  text-allow-overlap:false;
  text-avoid-edges:false;
  text-dy:-18;
}

#cities {
  text-name: "[Names]";
  text-face-name: @sans;
  text-fill:#444;
  text-halo-fill:#ffffff;
  text-halo-radius:2;
  text-size:12;
  text-allow-overlap:true;
  text-avoid-edges:false;
  text-dy:10;
}