* {
  float: none;
}

html,
body {
  display: block;
  width: 100% !important;
  overflow-x: hidden;
}

header,
section,
article,
footer {
  width: 100% !important;
  overflow: hidden !important;
  padding-left: 20px !important;
  box-sizing: border-box;
}

header {
  padding-bottom: 10px;
  margin-top: 0;
}

header aside {
  display: none !important;
}

section aside {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-right: 20px;
}

section aside h2 {
  font-size: 0.95em;
}

section aside h2:before {
  margin-top: -3px;
}

section ul {
  min-height: inherit !important;
}

section div a {
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
}

section div a:nth-child(2) {
  float: left;
  margin-left: 5px;
}

article.norton h2:before {
  margin-bottom: 20px;
}

footer {
  margin-bottom: 0;
}