#agentLoginContainer {
    position: fixed;
    top: 64px;
    height: 32px;
    background-color: #d60600;
    width: 100%;
    z-index: 100;
    color: #fff;
}

/* if Global Navigation shows a top bar for login on behalf we have to adapt */
body.oao-navi-actor-bar-visible #agentLoginContainer {
    top: 93px;
}

#agentLoginContainer span {
    padding-top: 6px;
    display: inline-block;
}

.agentLoginText {
    padding-left: 16px;
    padding-right: 6px;
}

.agentLoginText:before {
    content: '\e94d';
    font-family: "icon-font-catweasel";
    font-size: 14px;
    padding-right: 3px;
}

.customerText {
    padding-left: 6px;
}

.customerText:before {
    content: '\e941';
    font-family: "icon-font-catweasel";
    font-size: 14px;
    padding-right: 3px;
}

#agentLoginFunctions {
    display: inline;
    float: right;
}

#feedbackMailing {
    display: inline-block;
}

#feedbackMailing a:before {
    font-family: "icon-font-catweasel";
    font-size: 14px;
    content: '\e94c';
    padding-right: 16px;
    color: #fff;
}

#feedbackMailing a:hover {
    text-decoration: none;
}

#shortenURL {
    display: inline-block;
}

#shortenURL a:before {
    font-family: "icon-font-catweasel";
    font-size: 14px;
    content: '\e802';
    padding-right: 16px;
    color: #fff;
}

#shortenURL a:hover {
    text-decoration: none;
}