html * { font-size: 18px; }
header { position: fixed; top: 0; left: 0; width: 100%; background: #468; }
.logo { line-height: 40px; color: #DDD; padding: 0 0 0 40px; font-size: 28px; background-size: auto 32px; }
.logo:hover { color: #FFF; }
nav { position: absolute; right: 2px; }
nav:hover ul, nav:focus ul, nav:active ul { display: block; }
nav div { text-align: right; line-height: 40px; padding: 0 40px 0 0; background-image: url('/mobile-menu.png'); background-repeat: no-repeat; background-size: auto 30px; background-position: right 5px center; }
nav.guest div { background-image: none; padding-right: 10px; }
nav a { font-size: 20px; line-height: 1.1; }
footer { display: table; }
footer aside { display: table-cell; vertical-align: top; margin: 0; padding: 5px 10px; }
.footermenu { text-align: right; }
.footermenu p { padding: 0; }
.mobileonly { display: none!important; }
form.leftalign, form.rightalign, form.floatleft { display: inline-block; }
form.floatleft { float: left; }
form.rightalign { float: right; }
form.leftalign *, form.rightalign *, form.floatleft * { display: inline; }
.calendar p { font-size: 14px; padding: 5px 0 0 5px; }
.calendar span { font-size: 11px; margin: 5px; text-align: left; }
#companyselect { max-width: 300px; }