.prenotazione {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #8e8e8e;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #cce3e0;
}

.prenotazione .preno-header {
    border-bottom: 1px solid #8e8e8e;
    background-color: #85a8a3;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.prenotazione .preno-dettaglio {
    padding-bottom: 10px;
}

.prenotazione .preno-dettaglio .icona {
    font-size: 40px;
}

.prenotazione .preno-dettaglio label {
    font-size: 20px;
    font-weight: bold;
}

.prenotazione .preno-dettaglio .content {
    font-size: 20px;
}

.prenotazione .preno-header .preno-timer {
    font-size: 13px;
    font-weight: normal;
    color: #faff56;
}

.prenotazione .preno-header .preno-timer .timer {
    font-weight: bold;
}

.prenotazione .preno-header .preno-delete {
    color: #b70000;
    font-size: 30px;
    cursor: pointer;
}

.prenotazione .preno-header .preno-delete:hover {
    text-shadow: 0 0 10px #fff;
}

.mapouter {
    position: relative;
    text-align: right;
    max-height: 549px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 300px;
    width: 100%;
}

#gmap_canvas {
    height: 300px;
    width: 100%;
}