

h3 {
  margin-top: 25px;
}

p.first-para {
  font-size: 1.1em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
}

p.highlight {
  margin: 20px;
  font-size: 1.2em;
  text-align: center;
}

input::placeholder {
  color: #dddddd;
}

.articles-links.by-rows > * {
  display: block;  
}
.articles-links.by-rows > a {
  text-decoration: none;
}


.articles-links.by-rows .article-links {
  display: grid;
  grid-template-columns: auto 100px;
  grid-template-rows: 30px auto;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.articles-links.by-rows .article-links .title {
  font-size: 1.2em;
  font-weight: bold;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articles-links.by-rows .article-links .date {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.3em;
  text-decoration: none;
}

.articles-links.by-rows .article-links .description {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  text-decoration: none;
}
.articles-links.by-rows .article-links img {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 10px;
}


.article titleblock {


}

.article .alignright {
  float: right;
}
.article .alignleft {
  float: left;
}

.article img {
  object-fit: cover;
  margin: 5px auto;
  max-width: 95%;
  height: auto;
}

.article figure.aligncenter {
  text-align: center;
}

figcaption {
  font-size: 0.8em;
  text-align: center;
}