﻿
header#top-bar {
    z-index: 6;
    width: 100%;
    height: 46px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0 0 4px #ffffff;
    background-image: none;
}

header#top-bar .inner-border {
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.profile_information {
    float: right;
    color: black;
    padding-top: 13px;
    margin-right: 5px;
}

#profile_menu_container {
    float: right;
    color: black;
    padding-top: 5px;
    min-width: 75px;
}