#flashcontent {display:none;}
#controls {display:none;}

#panel {
    display:block;
    width: 720px;
    font-size: 12px;
}

#map {
    width:100%;
    height:500px;
    margin:0;
    padding:0px;
}

.panel-result {
    padding: 10px;
    float: left;
    width: 150px;
    height: 100px;
    position: relative;
}

.panel-result .new-location {
    position: absolute;
    right: 5px;
    top: 10px;
    color: rgb(204, 102, 51);
    font-size: 1em;
}

.panel-result a {
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}

/*  */
.cluster-item, .print-button {
    display: none;
}

#close-button {
display:none;
}

