/* header */
.header {
    padding: 6px 6px;
    background: white;
    color: white;
    text-shadow: none;
}

/* Page content */
.content {
    padding: 10px;
}

/* Sticky position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

/* padding */
.sticky + .content {
    padding-top: 90px;
}