#mini-dock {
    height: auto;
    max-height: 100%;
}

#uldk .uldk {
    width:300px;
    height: auto;
    /* max-height: 500px;
    min-height: 500px; */
}

#uldk .menu-content {
    height: auto;
    min-height: 470px;
    max-height: 1000px;
}

#wyszukiwarkaUldk {
    width: 100%;
    height: 100%;
}

#type_box {
    width: 100%;
}

#clear {
    margin-right: 0;
    margin-left: auto;
    /* display:block; */
}

#terytbt {
    margin-left: 0;
    margin-right: auto;
    /* display:block; */
}

select {
    width: 100%; 
}

input[type=text] {
    width: auto;
}

label {
    padding: 5px 0px 0px 5px;
}

.container {
    padding: 10px;
    margin: auto; 
    width: 100%; 
    height: 100%;
    overflow:hidden;
    clear: both;
}
.rounded-box {  
    display:inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}