#map {
    height: 100%;
    width: 100%;
}

.map-control-group-new {
    position: absolute;
    top: 20px;
    right: 20px;
}

.map-control-new {
    font-size: 18px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    border: solid 3px;        
    text-align: center;
    height: 32px;
    width: 32px;
    padding-top: 2px;
    margin: 3px 0; 
    cursor: pointer; 
}

.layer-switcher-new > .layersDiv {
    background-color: #fff;
    color: #000;
}

.layer-switcher-new {
    top: 20px;
    right: 60px;
    font-size: 0.8em;
    border: solid 1px #ccc;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.olControlLayerSwitcher .layersDiv .baseLbl, .olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

