.logo {
  margin: 90px auto 0 auto;
  width: 144px;
  height: 144px;
  box-sizing: border-box;
}

.logo img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.content {
  box-sizing: border-box;
  margin: 48px auto 0 auto;
  letter-spacing: 0;
  width: 480px;
  padding: 24px 32px;
  text-align: center;
  background: #FAFAFA;
  border: 1px solid #F1F1F1;
  font-weight: 700;
  font-size: 16px;
  font-family: Arial;
}

.content .content-text {
  height: 72px;
  line-height: 200%;
}

.download-box {
  box-sizing: border-box;
  margin: 48px auto 0 auto;
  width: 309px;
  height: 60px;
  line-height: 60px;
  background: #000000;
  font-size: 0px;
}

.download-box a {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding-left: 48px;
}

.download-box .chrome-icon {
  box-sizing: border-box;
  float: left;
  margin-top: 18px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.download-box .chrome-icon img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  float: left;
}

.download-box .download-button {
  box-sizing: border-box;
  float: left;
  vertical-align: middle;
  font-weight: 700;
  font-size: 20px;
  color: #FFF;
}
