html body {
  padding-top: 50px;
}

.super {
  font-family: 'Segoe UI', Arial, Verdana, Sans-Serif;
  font-size: 0.5em;
  vertical-align: top;
}

.super2 {
  font-family: 'Segoe UI', Arial, Verdana, Sans-Serif;
  font-size: 0.6em;
  vertical-align: top;
}

.super, .super2 {
  font-size: 0.75em;
}

#odnt {
  max-height: 383px;
  text-align: center;
}

#odnt > div.bg {
  align-items: center;
  background-color: #f6f6f6;
  background-image: url(https://www.stardock.com/products/images/background/1b.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  max-height: 367px;
}

#odnt > div.bg > a {
  padding-top: 1rem;
}

#odnt > div.bg > a > img.logo {
  max-width: 845px;
  margin: 0 0px 20px 0;
  max-width: 100%;
  height: auto;
  width: auto;
}

#bgsale {
  text-align: center;
}

@media (min-width: 1301px) {
  #bgsale {
    min-height: 251px;
  }
  #bgsale > div.sale1 {
    -ms-flex-align: center;
    align-items: center;
    background: #000f22 url(https://www.stardock.com/products/images/sale/software-header-long-summersale2025.png) no-repeat scroll top;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.2rem;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 251px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
  }
  #bgsale > img.sale2 {
    display: none;
  }
}

@media (max-width: 1300px) {
  #bgsale > div.sale1 {
    display: none;
  }
  #bgsale > img.sale2 {
    display: block;
    margin: 0 auto;
    height: auto;
    text-align: center;
    max-width: 1300px;
    width: 100%;
  }
}

.wrapper {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.sidebar {
  background-color: #f1f1f1;
  display: block;
  height: auto;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 200px;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

.sidebar a.active {
  background-color: #006fda;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  display: none;
  /* Hide all content divs by default */
  /*padding: 1px 16px;*/
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 100%;
  max-width: 1000px;
}

div.content header {
  margin-left: 2em;
}

div.default, div.content.active {
  /*display: block;*/
  display: flex;
  flex-flow: column;
}

.app {
  display: flex;
  margin: 0 1em 0 2em;
  padding: 0 0 1em;
  justify-content: flex-start;
  align-items: center;
}

.app img {
  min-width: 231px;
  max-width: 306px;
  width: 100%;
}

.app .desc {
  padding: 0 1em;
  width: 100%;
}

.app .desc h3 {
  font-size: 1.25em;
  margin: 0 auto 0.125em;
}

.app .desc p {
  margin: 0 auto;
}

.app .offers {
  padding: 0 1em;
  width: 135px;
  text-align: right;
}

span.price > span {
  font-size: 1.25em;
  font-weight: 500;
}

span.price > .strike {
  font-size: 0.875em;
  color: #004b8d;
  display: none;
}

@media screen and (max-width: 850px) {
  .wrapper {
    flex-direction: row;
    flex-direction: column;
  }
  .sidebar a {
    float: left;
  }
  div.content header {
    margin: 0 auto;
    text-align: center;
  }
  .app {
    margin: 0 1em 1em 2em;
    flex-direction: column;
    text-align: center;
  }
  .app .offers {
    text-align: center;
    margin: 0.375em;
    padding: 0;
  }
}

@media screen and (max-width: 850px) {
  .sidebar {
    display: flex;
    overflow: auto;
    width: 100%;
  }
}
