html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.ui-content {
    padding: 0;
}
.ui-footer {
    text-align: center;
    padding: 5px 0;
}
.portrait, .portrait #mapa {
    min-height: 0;
}

#mapa, #mapa .ui-content, #map {
    width: 100%;
    height: 100%;
}

#title, #tags, #shortdesc {
    display: none;
}
.ui-icon-check {
    opacity: 0.3;
}
.checked .ui-icon-check {
    opacity: 1;
}
.ui-icon-locate {
    background-image: url(../images/locate.png);
}

.ui-icon-locate.aktywny {
    background-image: url(../images/locate-active.png);
}

.ui-btn-text.aktywny {
    color: #30ff30;
}

.ui-content .ui-listview-inset, #search_results {
    margin: 1em;
}
.ui-content .ui-listview {
    margin: 0;
}
#details-list li{
	padding:15px 10px;
}

.leaflet-popup-content .header{
    font-weight: bold;
}

.leaflet-popup-content .header img{
    float: right;
    top: 0px;
    width: 42px;
    margin-left: 10px;
}


#fotokontener {
    background: #333;
    color: #ddd;
    text-align: center;
}

#fotokontener img {
    max-width: 100%;
    max-height: 100%;
}

#zapalzniczkontener {
    text-align: center;
    padding: 100px;
}
