/* nothing here yet */

a.document-image-preview {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#list {
  text-align: left;
}
#list li {
  margin-bottom: 0;
}

#posts {
  margin-top: 0;
}


/* Float post images to right */
img[src$='#post-image'] {
  float: right;
  margin: 1em;
  margin-right: 0;
  max-width: 50%;
  margin: 1em;
  margin-right: 0;
}

hr {
  clear: both;
}
