#signup-bar {
    display: none;
    position: fixed;
    font-size: 15px;
    top: 0;
    z-index: 1;
    background-color: white;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    color: #4a4a4a;
    border-bottom: 1px solid #eee;
}

#signup-bar a {
    font-size: 15px;
    font-weight: 600;
    height: 25px;
    line-height: 22px;
}