.ApplicationLogoDisplayer { /*width ve top değişti*/
    float: left;
    width: 88px;
    height: 28px;
    margin-top: 11px;
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ApplicationLogoDisplayer[mapType="arvento"] {
    background-image: url(arvento_logo.svg);
}

.ApplicationLogoDisplayer[mapType="satellite"] {
    background-image: url(white.png);
}
