.info-bar {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 2%;
    min-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.page-header {
    margin-top: 40px;
}
