/* here you can put your own css to customize and override the theme */

#map-canvas, #map_canvas {
    width: 300px; 
    height: 320px;
    float: left;
}


#panel {
    position: absolute;
    top: 5px;
    left: 50%; 
    margin-left: -180px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
}

#directions-panel {
    height: 245px;
    width: 260px;
    overflow: auto;
    font-family: Arial;
    font-size: 11px;
    margin-top:10px;

}

#map-canvas {
} 

#control {
    background: #fff;
    padding: 5px; 
    font-size: 14px;
    font-family: Arial;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    display: none;
}
#mydiv4
{
    opacity:0;
}
#wrap
{
    opacity:0;
    top:-600px;
}

.texto_conteudo_detalhe_noticia {
	width: 438px;
    word-break: break-word;
}

.detalhe_noticia_aux .texto_conteudo_detalhe_noticia{
    width: auto;
}

.texto_conteudo_detalhe_noticia table{ 
	width:100% !important;
}