body {
  background: #F8F0E8;
  text-align: center;
  margin: auto;
  font-family: sans-serif;
  font-size: 125%;
}

div.main {
  width: 800px;
  background: #FEFDFC;
  border-radius: 10px;
  box-shadow: 2px 2px 4px;
  padding: 5px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

div.post {
  width: 760px;
  text-align: left;
  background: #F8FAFE;
  border-radius: 10px;
  box-shadow: 2px 2px 4px inset;
  display: inline-block;
  margin: 15px 5px 15px 5px;
  padding: 10px;
}

div.post-content {
  text-align: justify;
}

div.date {
  font-family: serif;
  font-size: 150%;
  text-align: right;
}

div.datetitle p * {
  float: none !important; /* we should not have to do this */
}

div.datetitle :nth-child(1) {
  font-style: italic;
  float: left;
}

div.datetitle :nth-child(2) {
  font-family: serif;
  font-size: 135%;
  float: right;
}

div.sep {
}

div.album {
  text-align: center;
}

img {
  max-width: 760px;
}

div.comments {
  border : solid black 1px;
  padding: 5px 20px 5px 20px;
  font-size: 80%;
}

div.legend {
  display: inline-block;
  font-size: 95%;
  width: 550px;
}

div.activity {
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 75%;
}

.collapsible {
  background-color: #EEE;
  color: black;
  cursor: pointer;
  padding: 10px;
/*  width: 100%;*/
  border: solid black 1px;
  border-bottom: none;
  text-align: left;
  outline: none;
  font-size: 100%;
}

.active, .collapsible:hover {
  background-color: #DDD;
}

.collapsible-content {
  padding: 0 18px;
  background-color: white;
  max-height: 2.5ex;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 0.5s ease-out;
}

.video-placeholder {background: black; display: flex; height: 300px; max-width: 100%; width: 640px;}

.play-icon {border-bottom: 30px solid transparent; border-left: 50px solid white; border-top: 30px solid transparent; color: white; margin: auto;}
