

.block{
    display: block;
}
.floatl{
    float: left;
}
.floatr{
    float: right;
}
.small{
    font-size: 11px;
}
.flight-time{
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.dashed{
    background: url("../images/dashed-line.png") repeat-x left center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.circle-marker{
    background: url("../images/marker-in-circle.png") no-repeat left center;
    width: 51px;
    height: 51px;
    background-color: #fff;
}
.circle-plane{
    background: url("../images/plane-in-circle.png") no-repeat center center;
    padding: 15.5px 25.5px;
    position: relative;
    top: 18px;
}


.netto-small-uop {
    width: 95%;
    min-height: 330px;
    box-shadow: 0 -9px 0 #EB6864;
    margin-left: 2px;
    background-color: #f7f7f7;
    padding: 15px;
    text-align: center;
}

@media (min-width:500px) {
    .netto-small-uop {

        width: 60%;
        min-height: 100%;
        box-shadow: 0 -9px 0 #EB6864;
        margin-left: 2px;
        background-color: #f7f7f7;
        padding: 5px;
        text-align: center;
}


    .netto-small-uop-ad {
        width: 30% ;
        min-height: 100%;
        box-shadow: 0 -9px 0 #EB6864;
        margin-left: 2px;
        background-color: #f7f7f7;
        padding: 5px;
        text-align: center;
    }


#map {
    height: 100%;
}

.center-ad {
            margin: auto;
            width: 100%;
            border: 0px solid green;
            padding: 10px;
        }
}

.center-block{display:block;margin-left:auto;margin-right:auto;float:none}

.ads {

    padding: 15px;
}

