#Desktop h1 {
  margin: 50px 0 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 100;
  text-align: center;
  font-size: 72px;
}
#Desktop h2 {
  margin-top: -5px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  color: #7fbadc;
  margin-bottom: 40px;
}
#Desktop h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
#Desktop .downloads {
  text-align: center;
  margin: 100px 0 100px;
}
#Desktop .downloads h4 {
  margin-top: 20px;
  margin: 20px 0 0;
  font-size: 28px;
  font-weight: 100;
}
#Desktop .downloads p {
  font-size: 14px;
  color: #ccc;
}
#Desktop .downloads .download-dim {
  opacity: 0.3;
  position: relative;
}
#Desktop .downloads .download-dim .coming-soon {
  transform: rotate(-20deg);
  padding: 5px 0;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  background: #000;
  color: #fff;
  position: absolute;
  display: block;
  top: 70px;
  left: 80px;
  width: 60%;
}
#Desktop a.kimono-logo {
  text-align: center;
  width: 140px;
  margin: 0 auto;
  position: relative;
  display: block;
}
#Desktop .kimono-logo img {
  height: 140px;
  width: 140px;
  margin-bottom: 5px;
}
#Desktop .kimono-logo img.platform {
  height: 60px;
  width: 60px;
  position: absolute;
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: 20px;
  bottom: 0px;
}
#Desktop div.section.intro {
  margin: 100px 0 100px;
  text-align: center;
}
#Desktop div.section.intro p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 100;
  width: 70%;
  margin: 0 auto;
  color: #333;
}
#Desktop div.section.note {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#Desktop div.section.note p {
  font-size: 12px;
  color: #ccc;
  font-weight: 100;
  margin-bottom: 100px;
}
#Desktop ul {
  width: 50%;
  margin: 0 auto 30px;
}
#Desktop ul li {
  font-family: "Lato", sans-serif;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
}
#Desktop ul li i {
  font-size: 0.85em;
  color: #666;
}
#Desktop table {
  width: 50%;
  margin: 10px auto 20px;
  padding: 10px;
  font-family: "Lato", sans-serif;
  color: #333;
}
#Desktop table th {
  font-style: italic;
}
#Desktop table td, #Desktop table th {
  padding: 5px 10px;
  text-align: center;
}
#Desktop table tbody > tr:nth-child(odd) {
  background: rgba(127, 186, 220, 0.1);
}
#Desktop table td:first-child, #Desktop table th:first-child {
  text-align: left;
  border-left: 0;
  width: 50%;
}
#Desktop table tbody td:first-child, #Desktop table tbody th:first-child {
  background: rgba(127, 186, 220, 0.1);
}
#Desktop table td > i, #Desktop table td > span {
  font-size: 0.85em;
  color: #666;
  font-weight: bold;
}
#Desktop table td > span {
  color: #bbb;
}
