#canvas{
    padding-left: 0;
}
#user_bar {
    position: absolute;
    width: 100vw;
    left: 0;
    right: 50%;
    top: -9.5rem;
    height: 2.3rem;
    margin-left: -50vw;
    margin-right: -50vw;
    color:#d9f1fa;
    background-color: #11374b;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: right;
}
#user_bar li:before {
    content:"|";
}

#user_bar ul.list-menu {
    margin: 0.4rem auto 0 auto;
    width: 88.2rem;
}

#user_bar ul.list-menu li:first-child:before {
    content: "|";
}
#user_bar ul li:last-child:before {
    content: "";
}

#user_bar ul.list-menu li {
    line-height: 1.4rem;
    float: right;
}

#user_bar a {
    font-size: 1.2rem;
    color: #fbfcfc;
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-family: "Cabrito Sans W01 Cond Demi";
}

#user_bar a[href^="http"], #user_bar a[href^="HTTP"] {
    background-image: url(//assets.ipums.org/_img/ico-external-link-secondary-dark-40px.png);
    background-repeat: no-repeat;
    background-position: right 1px top 1px;
    background-size: auto 80%;
    padding-right: 1.9rem;
}

.list-menu {
    display: block;
    padding: 0;
}

#header{
    z-index: 500;
    margin-top: 1.3rem;
}
#navline{
    z-index: 1000;
}
body{
    background-size: 100% 15.0rem;
}
#primary_nav {
    top: 9.5rem;
    font-family: "Cabrito Sans W01 Cond Demi";
}
#topNav{
    margin-top: -1.9rem;
}

#picturebar {
    margin-top: 2.9rem;
}

