#mapssss {
  top: 10px;
  height: 600px;
  width: 600px;
}

.marker-cluster-small div {
    background-color: rgba(61, 102, 207, 0.6);
}
    
.marker-cluster-medium div {
    background-color: rgba(61, 102, 207, 0.6);
}
    
.marker-cluster-large div {
    background-color: rgba(61, 102, 207, 0.6);
}   

.marker-cluster-small {
    background-color: rgba(0, 0, 0, 0.4);
      border: 2px solid rgba(0, 0, 0, 0.4);
      color: white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 38px;
      text-align: center;
      font-weight: bold;
    }

.marker-cluster-medium {
    background-color: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(0, 0, 0, 0.4);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
}

.marker-cluster-large {
    background-color: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(0, 0, 0, 0.4);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
    font-weight: bold;
}
    
.custom-button {
    z-index: 1000;
    right: 10px;
    text-indent: -9999px;
    width: 31px;
    height: 29px;
    display: inline-block;
    position: absolute;
    top: 9px!important;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    background-clip: padding-box;
    background: white url("https://www.postaonline.cz/PostaOnlineVPPversion-theme/images/VPP/smap/smapGeolokaceIcon.png") no-repeat scroll center center;
    outline: 0;
    cursor: pointer;
}

.get-button {
    z-index: 1000;
    right: 50px;
    text-indent: -9999px;
    width: 31px;
    height: 29px;
    display: inline-block;
    position: absolute;
    top: 9px!important;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    background-clip: padding-box;
    background: white url("https://www.postaonline.cz/PostaOnlineVPPversion-theme/images/VPP/smap/smapReloadIcon.png") no-repeat scroll center center;
    outline: 0;
    cursor: pointer;
}