#recallbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    display: block;
    padding: 8px;
}
#recallbar #logo{
    height: 50px;
}
.header{
    display: inline-flex;
}
