@charset "windows-1252";

#header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
    line-height: 65px;
    padding: 12px 30px;
    padding-bottom:0;
    overflow:hidden;
    background-color: white;
    border-bottom: 1px solid #d0d0d0;
    margin: 0;
}

#header span{
    display: inline-block;
    float: right;
    margin: 0 10px;
}

#header i{
    line-height: inherit;
    cursor: pointer;
}
