#topbar {
    margin-left: 10px;
    margin-right: 280px; /*to make way for explorer*/
    vertical-align: top;
    border: 2px solid rgb(238,238,238);
    border: 3px solid white;
    border-radius: 5px;
    padding: 3px;
    background: rgba(255,255,255,0.85);
}

#topbar .hideicon {
    font-size: 1.5em;
}

#topbar .showicon {
    width: 35px;
    border-radius: 0 0 10px 10px;
    height: 8px;
    position: relative;
    top: -7px;
}

.topbarelement {
    display: inline-block;
    margin: 0 15px 0 15px;
}

.topbarelement:first-child {
    margin-left: 0px;
}

.topbarcontainer {
    display: inline-block;
    margin-top: 5px;
}

.topbarelement span {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.loggedinas {
    width: 210px;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
