/*
Custom CSS for Davenotes site
*/
@CHARSET "UTF-8";

.header {
    position: fixed;
    top: 30;
    left: 0;
    width: 100%;
    z-index: 99;
}

#content {
    margin-top: 60px;
}
