@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');

html {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777;
    font-weight: 600;
    font-size: 1.5em;
    background-color: #777;
}

#map {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0;
    bottom: 0;
}

#reiniciar {
    position: absolute;
    margin-left: 5px;
    margin-bottom: 20px;
    top: 16px;
 }

#compactar {
    position: absolute;
    margin-left: 100px;
    margin-bottom: 20px;
    top: 16px;
 }