html,
body {

    margin:0;
    height:100%;

}


#map {

    width:100%;
    height:100%;

}



/* Fordonsikon */
.vehicle-icon {

    background: transparent;

    border: none;

    width: 16px;
    height: 16px;

    display: flex;

    align-items: end;
    justify-content: center;

    transform-origin: center center;

}


/* Själva bussen som roteras */
.vehicle-symbol {

    font-size: 12px;

    line-height: 16px;

    transform-origin: center center;

    filter:
        drop-shadow(0 1px 2px rgba(0,0,0,0.5));

}



.popup {

    font-family:Arial;

}