

.download-page-container {
  width: 100%;
  max-width: 420px;
  height: 1200px;
  background: url("./download/download_bg.jpg") no-repeat;
  text-align: center;
  background-position: center;
}

.download-text-container {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  z-index: 5;
  top: -30px;
}

.download-text-container h1 {
  font-size: 21px;
  letter-spacing: 1px;
}

.download-button {
  position: relative;
  z-index: 10;
  width: 94%;
  margin: 0 auto;
  max-width: 420px;
  height: 100px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  background: url("./download/download_container_bg.png");
}

.download-button:hover {
  transition: 2s;
  background: url("./download/download_container_bg_hover.png");
}

.down-wrapper {
  padding-top: 15px;
}

.down-wrapper p {
  margin-top: 10px;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.down-wrapper p:hover {
  color: #ffff99;
}

.down-icon {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background: url("./download/down_icon.png");
}

.down-icon:hover {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background: url("./download/down_icon_hover.png");
}

.down-system-container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 94%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 0 10px 0;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  top: 20px;
  color: #fff;
}

.systemTable {
  width: 100%;
  margin-top: 10px;
}

.down-system-container h1 {
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}


.down-system-title {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 40px;
}

.systemText {
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
}


.down-system-row1 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  height: 40px;
}

.down-system-row2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 40px;
}

#system-table {
  margin-top: 20px;
}
