/**
 * @class Ext.ux.google.Map
 */
 
.x-map {
    background-color: #edeae2;
 
    * {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
}
 
.x-mask-map {
    background: transparent !important;
}
 
.x-map-container {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}