/*
main struct of pagebody
*/
#globalheader {
    background-color:white;
    display:block;
    position: sticky;
    top:0px;
    z-index: 10;
    height: 60px;
    width: 100%;
}

/* main content boxes */
.ghitem{
    color:black;
    text-align: center;
    font-weight:bold;
    vertical-align: middle;
    padding-left: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:15px;
}

