main {
  font-family: Arial, sans-serif;
  padding: 8px 12px 0;

  & h3 {
    margin-top: 24px;
  }

  & h4 {
    margin-top: 20px;
  }

  & p {
    line-height: 26px;
  }

  & img {
    border-radius: 2px;
  }

  & li {
    list-style-position: inside;
  }

  & .screenshots {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;

    & a {
      display: flex;
      flex-direction: column;
      margin-right: 3px;
    }
  }
}

.select {
  background-color: #63bbe7;
}

.selecthalf {
  background-color: #aed6eb;
}

.caption {
  font-size: 14px;
}
