header {
    position: relative;
    z-index: 0;
/*    background: #eee;*/
    padding-bottom: 10px;
}
footer {}

::-ms-expand:not(select) {
    display: none;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width: 0\0) {
    select {
        background: none;
        padding: 5px;
    }
}

p {
    margin: 0 0 20px;
}
ul, ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

nav ul,
footer ul{
    margin:0;
    padding:0;
}
/*ul > li, ol > li {
    margin-top: 10px;
    margin-bottom: 10px;
}
nav ul > li,
footer ul > li {
    margin-top: 0px;
    margin-bottom: 0px;    
}*/
