#grid {
  stroke: rgb(153, 153, 153);
  stroke-width: 1;
}

#mainpyramid {
  shape-rendering: crispEdges;
}

#symetricPyramid {
  opacity: 0.5;
  fill: white;
  stroke: none;
  shape-rendering: crispEdges;
}

#headline {
  font-size: 24px;
  text-anchor: middle;
  font-family: Arial, sans-serif;
}

#lbl03country {
  fill: black;
  font-size: 20px;
  text-anchor: middle;
  font-family: Arial, sans-serif;
}

#lbl04men {
  fill: white;
  font-size: 20px;
  font-weight: bold;
  text-anchor: middle;
  font-family: Arial, sans-serif;
}

#lbl05women {
  fill: white;
  font-size: 20px;
  font-weight: bold;
  text-anchor: middle;
  font-family: Arial, sans-serif;
}

#ykeyaxis text {
  fill: black;
  font-size: 18px;
  text-anchor: middle;
  font-family: Arial, sans-serif;
}

#gridaxes {
  stroke: black;
  stroke-width: 1;
}

#xkey {
  font-size: 16px;
  text-anchor: middle;
  font-family: Arial, sans-serif;
}

#xticks {
  stroke: black;
  stroke-width: 1;
}