body {
    width: 100%;
    margin: 0 auto;
    min-width: 1400px;
    background-image: url("../images/bg.jpg");
}

.chart {
    width: 100%;
    z-index: 100;
    position: absolute;
    /*background-color: #fff;*/
    height: 600px;
}

.map-container {
    width: 120%;
    height: 120%;
}

.marker-info {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 200px;
}
