/* Position the secondary header at top right of browser window */
header#secondary-header {
    position: fixed; /* Stays at top despite scrolling */
    top: 0px;
    right: 0px;
    background: #fff;
    color: #666;
    z-index: 9999;
    padding-top: 0px;
    padding-bottom: 0px;
}

div#logged-in-as a {
    font-weight: 300;
    color: #FD8E0B;
}
div#logged-in-as a:hover {
    color: #FD8E0B;
    text-decoration: underline;
}