body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

p.title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin: 28px auto 10px auto;
  max-width: 900px;
  line-height: 1.2;
}

p.author {
  text-align: center;
  font-size: 18px;
  margin: 12px auto 4px auto;
}

p.affiliation {
  text-align: center;
  font-size: 16px;
  color: #444444;
  margin: 4px auto;
}

p.venue {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #444444;
  margin: 4px auto 16px auto;
}

table.menu td {
  padding: 6px;
  font-size: 16px;
}

div.container {
  width: 1000px;
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 1.55;
}

div.container p {
  margin: 14px 30px;
}

p.section {
  font-size: 20px;
  margin-top: 34px;
}

img {
  max-width: 100%;
}

td.caption {
  font-size: 14px;
  color: #555555;
  padding: 8px 40px 0 40px;
}

a {
  color: #1653c9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

pre {
  display: block;
  background: #f2f2f2;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  border-radius: 10px;
  padding: 14px 20px;
  margin: 14px 30px;
  font-size: 14px;
  line-height: 1.45;
  overflow-x: auto;
}
