.info-post {
  width: 900px;
  margin: 30px auto;
  background-color: rgba(64, 64, 64, 0.3);
  border-radius: 10px;
  padding: 30px;
}
.info-post .date {
  color: #cccccc;
  font-size: 0.8em;
  text-indent: 0;
}
.info-post .title {
  color: white;
  font-size: 1.5em;
  font-weight: 100;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  border-bottom: 2px solid rgba(128, 128, 128, 0.6);
}
.info-post .author {
  color: #cccccc;
  font-size: 0.8em;
  text-indent: 0;
  text-align: right;
}
.info-post .info-text {
  margin: 30px 0;
}
