div.mapper {
  width: 500px;
  height: 300px;
}

div.none {        
  display: none;
  width: 0px;
  height: 0px;
}

div.centered {
    text-align: center;
}

