﻿.pangea-common-header {
    position: fixed;
    float: left;
    width: 100%;
    height: auto;
    padding: 0.5em 0 0.5em 0;
    z-index: 9999;
}

.pangea-common-header a {
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
    float: left;
    margin-left: 0.5em;
}

.pangea-common-header a img {
    float: left;
    height: 2.5em;
}

.pangea-common-header a h1 {
    margin: 0;
    padding: 0;
    float: left;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.25em;
    text-indent: 0.25em;
}

.pangea-common-header a h1:active {
    color: white;
}

.pangea-common-user-button {
    float: right !important;
    height: auto;
    width: auto;
    margin-right: 0.5em;
    margin-top: 0.15em;
    color: white;
    background: none;
    border: none;
    outline: none;
    position: relative;
    font-size: 1.5em;
}

.pangea-common-user-button:active {
    outline: none;
}

.pangea-common-user-button p {
    padding: 0;
    margin: 0;
    margin-top: -0.25em;
    font-size: 0.3em;
}

.pangea-common-user-button i {
    margin: 0;
}

a.pangea-common-login {
    float: right !important;
    margin-right: 1em;
    margin-top: 0.5em;
    cursor: pointer;
}