﻿#zoom
{
    z-index : 10;
    position : absolute;
    bottom : 5px;
    right : 5px;
}


#map
{
    top: 0px;
    left: 0px;
}
#mapBlock
{
    position : relative;    
}


#brnews .tickercontainer {
    
        position: inherit;
    
}

#brnews {
    /*position : absolute;*/
    margin-left: -9999px;
    width: 100vw;
    bottom: 0px;
    left: 360px;
    padding-left: 0px;
}

@media screen and (max-width: 960px) {
    #brnews {
        display:none;
    }
} 


#brnews ul.newsticker a
{
    color : #eee;
}

#brnews ul.newsticker a:hover
{
    color : #aae;
}

/* Annule ol.css */
.ol-mouse-position {
    top: 0px;
    right: 0px;
    position: relative;
}

.ol-scale-line {
    background-color : transparent;
    bottom: 0px; 
    left: 0px; 
    padding: 0px; 
    position: relative;
}

.ol-scale-line-inner {
    
    color: inherit;
    font-size: inherit;
    
}

#map .ol-zoom {
    display :none;
}