body {
  padding: 0px;
  margin: 0px;
  background-color: rgb(250, 236, 229);
}

#banner {
  background-color: rgb(240, 140, 135);
  /* min-width: 580px; */
}

#banner-logo-container {
  max-width: 760px;
  /* min-width: 480px; */
  margin: 0 auto;
  position: relative;
  text-align: right;
  padding: 16px 0px 12px;

}

.container {
  /* min-width: 460px; */
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  padding: 20px 30px 30px;
}


.content-border {
  position: relative;
  top: 90px;
  /* min-width: 460px; */
  max-width: 760px;
  border: solid 4px rgba(221, 107, 95, 0.9);
  border-radius: 18px;
  min-height: 400px;
  padding: 110px 50px 30px;
  
}

.desc-logo {
  position: absolute;
  left: 80px;
  top: 40px;
  height: 140px;
  z-index: 1000;
  /* box-shadow: 10px 10px 18px -1px rgba(150, 150, 150, 0.5); */
  /* -webkit-box-shadow: 10px 10px 18px -1px rgba(150, 150, 150, 0.5); */
  -webkit-filter: drop-shadow(8px 8px 12px rgba(150, 150, 150, 0.5));
  /* -moz-box-shadow: 10px 10px 18px -1px rgba(150, 150, 150, 0.5); */

}

.highlight-icon {
  height: 64px;
}

.desc-title {
  position:absolute;
  top: 50px;
  left: 270px;
  color:rgb(74, 53, 44);
  font-size: 28pt;
  font-weight: 400;

}

.bank-name {
  font-weight: 600;
}


.item-id {
  width: 52px;
  text-align: center;
  vertical-align: top;
}

.wilder-item-id {
  width: 106px;
  text-align: center;
  vertical-align: top;

}


.other-desc {
  font-size: 14pt;
  font-weight: 400;
  color:rgb(74, 53, 44);
  line-height: 2rem;

}

.main-desc {
  padding-top: 24px;
  font-size: 15pt;
  font-weight: 500;
  color:rgb(74, 53, 44);
  line-height: 2.5rem;
}

.download:link {
  padding-top: 24px;
  font-size: 16pt;
  font-weight: 500;
  line-height: 2.5rem;
  text-decoration: none;
  color:rgba(221, 107, 95, 0.9);
}

.download:visited {
  padding-top: 24px;
  font-size: 16pt;
  font-weight: 500;
  line-height: 2.5rem;
  text-decoration: none;
  color:rgba(221, 107, 95, 0.9);
}

.download:hover {
  padding-top: 24px;
  font-size: 16pt;
  font-weight: 500;
  line-height: 2.5rem;
  text-decoration: underline;
  color:rgba(186, 62, 48, 0.9);;
}


.highlight{
  color:rgba(221, 107, 95, 0.9);;
}

.other-desc {
  font-size: 14pt;
  font-weight: 400;
  color:rgb(74, 53, 44);
  line-height: 2rem;

}

.other-desc a:link {
  color:rgba(221, 107, 95, 0.9);
  text-decoration: none;

}
.other-desc a:visited {
  color:rgba(221, 107, 95, 0.9);
  text-decoration: none;
}
.other-desc a:hover {
  color:rgba(157, 64, 54, 0.9);
  text-decoration: underline;
}


.serial-item-id {
  vertical-align: top;
  
  text-align: right;
  width: 22px;;
}

.item-icon {
  height: 32px;
}

#footer {
  background-color: rgb(240, 140, 135);
  color: white;
  padding: 24px 10px;
  margin-top: 150px;
  text-align: center;
  line-height: 1.9rem;
}

.footer-block {
  display: inline-block;
}

.desc-block {
  display: inline-block;
}

@media screen and (max-width: 580px){

  .container {
    padding: 20px 4px 30px;
  }

  .content-border {
    padding: 100px 4px 20px;
  }

  .main-desc {
    padding-top: 24px;
    font-size: 13pt;
    line-height: 1.8rem;
  }
  
  .download:link {
    font-size: 13pt;
  }

  .download:visited {
    font-size: 13pt;
  }

  .download:hover {
    font-size: 13pt;
  }

  .desc-title {
    top: 70px;
    left: 160px;
    font-size: 20pt;
    padding-right: 8px;
    line-height: 2.6rem;
  }

  .desc-logo {
    left: 44px;
    top: 60px;
    height: 96px;
  }

  .other-desc {
    font-size: 12pt;
    line-height: 1.6rem;
  }

  .item-icon {
    height: 28px;
  }

  .highlight-icon {
    height: 56px;
  }
  
  .item-id {
    width: 32px;
  }
}