.asc-u-wrapper {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.date {
    color: #808080;
}

.release-note {
    text-indent: initial;
    margin-top: 24px;
    margin-bottom: 24px;

    a {
        text-decoration: underline;
    }

    li {
        margin-left: 24px;
    }

    ul li {
        list-style: initial;
    }

    ol li {
        list-style: decimal;
    }

    h1 {
        font-weight: bold;
        font-size: x-large;
        margin-top: 24px;
    }

    hr {
        margin: 0 !important;
    }

    img {
          max-width: 100%;
    }

    @media (min-width: 600px) {
      img {
        max-width: 400px;
      }
    }

    @media (min-width: 900px) {
      img {
        max-width: 500px;
      }
    }

    @media (min-width: 1200px) {
      img {
        max-width: 700px;
      }
    }

    :link { color: #0000EE; }
    :visited { color: #551A8B; }
    :link:active, :visited:active { color: #FF0000; }
}