.hn-post-list {
  padding: 0px;
}

.hn-post-list-item {
  list-style: none;
  margin-bottom: 2em;
}

.hn-post-list-item-header {
  font-weight: bold;
}

.hn-post-list-item-time {
  display: block;
  float: right;
  font-weight: normal;
}

.hn-post-list-read-more {
  text-align: right;
}

.hn-block-item {
  display: inline-block;
  margin: 5px;
  max-width: 400px;
}

.hn-project-list-item {
  margin: 10px;
  width: 300px;
  height: 200px;
  border: solid rgb(238, 238, 238);
  background-repeat: no-repeat;
  background-size: cover;
}

.hn-project-list-item-link {
  width: 280px;
  height: 180px;
  display: block;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background .5s ease-out;
  -moz-transition: background .5s ease-out;
  -o-transition: background .5s ease-out;
  transition: background .5s ease-out;
}

a.hn-project-list-item-link:link {
  color: #191818;
  text-decoration: none;
}

a.hn-project-list-item-link:visited {
  color: #191818;
  text-decoration: none;
}

a.hn-project-list-item-link:hover {
  color: #191818;
  text-decoration: none;
  background-color: #FFF;
}

a.hn-project-list-item-link:active {
  color: #191818;
  text-decoration: none;
}

.hn-project-list-item-content {
  text-align: center;
}

.hn-project-list-item-text {
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  bottom: 0;
}

.hn-project-list-item-author {
  font-size: 0.8em;
  opacity: 0;

  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

.hn-project-list-item-link:hover .hn-project-list-item-author {
  opacity: 1;
}

.hn-lecture-list-item {
  width: 350px;
}

.hn-lecture-list-item-content {
  width: inherit;
}

.hn-lecture-list-item-content th {
  text-align: left;
  width: 1px;
}

.content th {
  padding-left: 6px;
  padding-right: 6px;
}

.content td {
  padding-left: 6px;
  padding-right: 6px;
}
