html, body {
    margin: 0;
    padding: 0;
}

.embed-map #map-canvas {
    height: 100%;
    width: 100%;
}

.embed-map .logo {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 60px;
    margin: auto;
    z-index: 400;
}

.embed-map .scale {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 400;
}

.embed-chart .price-stat-chart {
    height: 70%;
}
.embed-chart .logo {
    position: absolute;
    right: 5%;
    height: 60px;
}

.embed-chart .fas.nominal {
    color: #539D2C;
}

.embed-chart .fas.real {
    color: #3675b3;
}
