#lead {
  margin-top: 20px;
  text-align: center;
}

#main-content > section {
  margin-top: 20px;
  padding-top: 20px; 
  line-height: 1.7em;
  text-align: left;
  border-top: solid 1px #5fa1be; 
}

#main-content > section:first-of-type {
  margin-top: var(--main-object-margin-height);
}

#main-content > section:last-of-type {
  padding-bottom: 20px;
  border-bottom: solid 1px #5fa1be;
}

#main-content > section .photo {
  float: right;
}

#main-content > section .photo img {
  width: 160px; 
  margin-left: 20px;
}

#main-content > section .text .date {
  line-height: 1em;
}

#main-content > section .text .date .new {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.6em;
  font-size: 0.7em;
  line-height: 1em;
  padding: 0.2em 0.6em; 
  background-color: var(--site-red-color);
  color: var(--site-white-color);
}

#main-content > section .text > a {
  text-decoration: none;
}

#main-content > section .text > a:hover {
  text-decoration: underline;
}

#main-content > section .text h1 {
  margin-top: 0.5em;
  font-size: 1.3em;
  font-weight: normal;
}

#main-content > section .text h2 {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.4em;
}

#main-content > section .text .lecturer {
  margin-top: 0.6em;
}

.lecturer .name {
  font-size: 1.1em;
  line-height: 1em;
}

.lecturer .org {
  margin-top: 0.4em;
  font-size: 0.9em;
  line-height: 1.4em;
}

#main-content > section .link {
  margin-top: 25px;
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 0.9em;
  line-height: 1.4em;
}

.link img {
  margin-top: 0.2em;
  margin-right: 0.3em;
  width: 1em;
}

