article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

header nav ul {
    display: table;
}

header nav ul li {
    display: table-cell;
    width: 1%;
}
