#map-canvas{
    width:590px;
    height:470px;
    float:left;
    margin: 15px 10px;
    border: 5px solid '{cor_borda_hover}';    
}

#lista-enderecos{
    width:270px;
    float:left;
    margin-top: 10px;
}

#lista-enderecos a {
    padding: 5px;
    border: 1px solid '{cor_borda}';
    border-radius: 4px;
    background: #5a8b46;
    display: block;
    margin: 3px 0;
}

#lista-enderecos a:hover {
    background: #e4e4e4;
	text-decoration: none;
}

.popup-mapa{
    width:300px;
    line-height:150%;
    font-size:13px;
}

#list-categorias-mobile-mapa{
    display: block;
}

#map iframe{
    width: 100% !important;
}

h1{
    margin: 13px 0 5px 0;
}