/* CSS Document */
#vrstva {
  position: fixed ;
  overflow: auto;
  display: block;
  width: 60%;
  height: 85%;
  top: 4%;
  left: 20%;
  right: 0;
  bottom: 43%;
  background-color: rgba(42,83,108,1);
  z-index: 2;
  cursor: pointer;
}

#textnadpis {
  position: absolute;
  top: 20px;
  left: 50px;
  font-size: 30px;
  color: rgba(255,199,68,1);
}

#textost {
  position: absolute;
  top: 80px; 
  left: 50px;
  right: 50px;
  bottom: 50px;
  font-size: 16px;
  color: white;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;  
}
#textimp {
  position: absolute;
  top: 180px;
  left: 50px;
  right: 50px;
  font-size: 16px;
  color: white;
  text-align: left;
  color: rgba(255,199,68,1);
}
#ico-close {
  position: absolute;
  top: 10px;
  left: 1095px;
}

#icoclose {
  position: absolute;
  top: 10px;
  right: 10px;
}
