body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  color: #000000;
}

.header {
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
  overflow: hidden;
}

.logo-area {
  float: left;
  font-weight: bold;
  font-size: 20px;
}

.logo-area a {
  text-decoration: none;
  color: inherit;
}

.logo-img {
  height: 24px;
  vertical-align: middle;
  border: 0;
}

.tm {
  font-size: 9px;
  vertical-align: super;
  color: #000000;
}

.container {
  width: 500px;
  margin: 40px auto;
}

.section {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 12px;
  margin-bottom: 15px;
  text-align: center;
}

.section-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.share-link-input {
  width: 420px;
  text-align: center;
}
