.infoLocation span{
    pointer-events: none;
    margin-left: 3px;
}

.infoLocation{
    background-color: #c1272c;
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    z-index: 210;
    position: relative;
}

.gMapsPopout{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: 1000;
}

.gMapsPopout.visible{
    display: block;
}

.gMapsInlay{
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: auto;
    max-width: 600px;
    max-height: 480px;
    background-color: #fff;
}

.gMapsPopoutHeader{
    width: 100%;
    height: 30px;
    position: relative;
    background-color: #373737;
}

.gMapsPopoutHeader p{
    color: #fff;
    padding-top: 3px;
    padding-left: 10px;
}

.gMapsPopoutClose{
    position: absolute;
    right: 10px;
    top: 3px;
    background-color: #fff;
    width: 24px;
    text-align: center;
}

#gMapsPopoutMap{
    height: calc(100% - 30px);
}
