#imapperLink.w {
    background-image: none;
    background-color: lightyellow;
    width: auto;
    white-space: nowrap;
}
#imapperLink.w a {
    display: none;
}
#imapperLink.w.marker-count::before {
    color: rgb(5, 91, 122);
    content: "Too many places selected, only first 1000 will be shown"; /* Mandatory property */
    display: inline-block; /* Inline by default */
}

#imapperWarning {
    margin-left: 5em;
    padding-left: 5em;
    white-space: nowrap;
}
