body > header { align-items: stretch; }
body > header .nav, body > header .menu .blur { display: none; }
body > header .menu { display: block; position: static; opacity: 1; }
body > header .menu ul { width: 100%; position: static; flex-direction: row; justify-content: flex-end; background-color: transparent; border: none; }
body > header .menu ul li { color: #fff; margin: auto 6px; height: 100%; display: flex; align-items: center; justify-content: center; }
body > header .menu ul li:first-child { display: none; }
body > header .menu ul li:nth-child(2) { border: none; }
body > header .menu ul li:not(:first-child) { border: none; }
body > header .menu ul li[data-code="logout"], body > header .menu ul li[data-code="website"][data-islogged="0"] { border: none; }
body > header .menu ul li:not(:first-child):before { display: none; }
body > header .menu ul li:not(:first-child):hover { box-shadow: none; text-decoration: underline; }
body > header .menu ul li span { font-weight: bold; }