.labela{
  font-size: 12px;
    fill: black;
    font-weight: 700;
    text-anchor: middle;
}
#play, #pause {
  font-size: 2em;
  cursor: pointer;
  top: 7px;
}
.buttonFirst{
  width: 100px;
    height: 35px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 102, 153);
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.buttonSecound{
  width: 100px;
    height: 35px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: #757575;
    border-radius: 3px;
    cursor: pointer;
}
#close {
  position : absolute;
  top: 4px;
  right: 3px;
  display: block;
  margin-right:4px;
  /* width: 12px; */
  /* height: 12px; */
  /* background: url(https://viz.bfs.admin.ch/img/bund/chosen-sprite.png) -42px 1px no-repeat; */
  font-size: 0.75em;

}
.dv_slider line.dv_curval.dv_range {
  stroke: none;
}