html { margin: 0px; padding: 0px; -webkit-text-size-adjust: none; } body { margin: 0px; padding: 0px; background: #fff; min-width: 320px; font-family: 'Lato', Helvetica, Arial, Times, serif; } .clear { clear: both; height: 0px; } #header { width: 100%; background: #31c2f8; height: 38px; text-align: center; font-weight: 400; color: #fff; font-size: 21px; padding-top: 10px; z-index: 1000; position: relative; } #header #download { font-size: 11px; color: #fff; font-weight: 300; padding: 6px 10px; border: 1px solid #fff; position: absolute; right: 10px; } #header .wrapper { padding: 0px 20px; position: relative; } #header a:link, #header a:hover, #header a:active, #header a:visited { color: #fff; text-decoration: none; } @media only screen and (max-width: 600px) { #header { text-align: left; } }