
body {
    padding: 0px;
    margin:  0px;
    box-sizing:border-box;
    color:#002664;
    background-color: #fff;
    font-family: Barlow, Arial, sans-serif;
    font-size: small;
}

form, table {
    font-size: small;
}

h1 {
    font-weight: 700;
    border-left: 10px solid #ff5f00;
    padding: 10px;
}

#pa-banner {
    width: 100%;
    max-height: 50px;
    z-index: 5;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    font-size: 20px;
    color: #fff;
    background-color: #002664;
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) ), url('/peptideatlas/images/bar_alternate.gif');
    white-space: nowrap;
}
#pa-banner::after {
    font-size: 40px;
    position: relative;
    left: 10px;
    top: -5px;
    color: rgba(255,255,255,0.7);
    font-weight: bold;
    letter-spacing: -2px;
    content: attr(banner-bg-text);
    pointer-events: none;
}
#pa-banner .link {
    position: relative;
    top:20px;
    right: 10px;
    float: right;
    width: 80px;
}
#pa-banner .menulink {
    position: absolute;
    top: 35px;
    left: 10px;
    font-size: xx-small;
}

#pa-login {
    z-index: 5;
    position: absolute;
    top: 55px;
    right: 0px;
    margin: 0 !important;
    writing-mode: vertical-rl;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap;
    padding: 20px 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    color:#ccc;
}
#pa-login:hover {
    background-color: #22eceb;
    color: #002664;
    font-weight: bold;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #006dff;
}
a:hover {
    text-decoration: underline;
    color: #82003b;
}

