i.platform {
  display: inline-block;
  background: url('../../../Contents/Sprite/DownloadPlatform/OPT-1/img/download-platform.png') no-repeat -100px -100px;
  background-size: 70px auto;
  width: 70px;
  height: 70px;
  margin-right: 5px;
}
i.platform.platform-Windows {
  background-position: 0 0;
}
i.platform.platform-Android {
  background-position: 0 -78px;
}
i.platform.platform-IOS {
  background-position: 0 -155px;
}
i.platform.platform-Unspecified {
  background-position: 0 -233px;
}
i.platform.platform-Mobile {
  background-position: 0 -311px;
}
i.platform + * {
  padding-left: 80px;
}

section#home-download {
  padding: 1rem 0 2rem 0;
}
section#home-download .panel-title {
  color: #CE8625;
  font-size: 2rem;
  margin-top: 2rem;
}
section#home-download .panel-title i {
  margin-right: 10px;
}
section#home-download .download-provider i {
  margin: 0.2rem 1.5rem 0.2rem 0;
}
section#home-download .download-platform,
section#home-download .download-provider {
  color: #808080;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
section#home-download a.button-download {
  background-color: #CE8625;
  color: #0B0A0A;
  border: 1px solid #0B0A0A;
}
section#home-download a.button-download:focus,
section#home-download a.button-download:active {
  background-color: #CE8625;
  color: #0B0A0A;
}
section#home-download a.button-download:hover {
  background-color: #8d5c19;
  color: #0B0A0A;
  border: 1px solid #FFFFFF;
}
section#home-download a.button-download.is-active {
  background-color: #CE8625;
  color: #000000;
  border: 1px solid #CE8625;
}
