.globe {
    width: 900px;
    height: 600px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #ddd
}

.h5g_hidden {
    display: none
}

.globeGl .h5g_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden
}

.hotspot_marker {
    position: absolute;
    display: inline-block
}

#hotspot_details {
    position: absolute;
    z-index: 9998;
    padding: 2px 2px;
    background: #5C8FA3;
    font-size: 14px;
    display: none;
    line-height: 16px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out
}

#details_content {
    color: #000;
    font-weight: 700;
    background: #FFF;
    padding: 2px;
    font-family: sans-serif
}

.globeGl canvas {
    z-index: 2;
    position: relative
}

.globeGl {
    width: 90%;
    height: 600px;
    cursor: pointer;
    border: 1px solid #ddd;
    z-index: 0;
    position: relative
}

.poi p {
    width: 500px;
    height: 500px;
    font-size: 25px;
    font-family: Arial, "MS Trebuchet", sans-serif;
    margin: auto;
    background-color: #DDD
}