/* For the "Switch to Trucker's Page" and inverse links in the header */

.switchToTruckers {
    font-family: arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    padding: 3px 20px 3px 0;
}

.switchToTruckers>a {
    color: white;
    text-decoration: none;
}

.switchToTruckers>a:link {
    color: white;
    text-decoration: none;
}

.switchToTruckers>a:active {
    color: white;
    text-decoration: none;
}

.switchToTruckers>a:visited {
    color: white;
    text-decoration: none;
}

.switchToTruckers>a:hover {
    color: white;
    text-decoration: underline;
}

.signInPanel {
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    border: 1px solid #ffffff;
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 1px;
}

.signInPanel a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

.signInPanel a:link {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

.signInPanel a:active {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

.signInPanel a:visited {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

.signInPanel a:hover {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

#google_translate_element {
    position: absolute;
    top: 78px;
    right: 5px;
    z-index: 99;
}