.toolbar-module .toolbar-user-small {
    font-size: 20px;
    color: #122a4e;
    background: #9ac220;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-weight: bolder;
    margin-right: -4px;
    padding-top: 1px;
}

a.user-guide-link:hover {
	color: #212121;
}

@media screen and (max-width: 767px) {
    .toolbar-module button.toolbar-user-button {
        max-width: 50px;
        min-width: 50px;
    }

    .toolbar-module .toolbar-user-large {
        display: none;
    }

    .toolbar-module .toolbar-user-small {
        display: block;
    }
}


@media screen and (min-width: 768px) {
    .toolbar-module .toolbar-user-large {
        display: block;
    }

    .toolbar-module .toolbar-user-small {
        display: none;
    }
}
