.posts-container {
  position: relative;
  margin: 68px 7px 0px 7px;
  border-radius: 2px;
}
.posts--block {
  background-color: rgb(224, 224, 224);
  position: relative;
  width: 100%;
  height: auto;
  word-break: break-all;
  padding: 0px 0px 10px 0px;
  margin-bottom: 20px;
}
.post-preview {
  position: relative;
  border: 2px solid rgb(191, 191, 191); /*188, 188, 188*/
  border-radius: 5px;
  background-color: rgb(244, 244, 244); /*219, 219, 219*/   /*210, 210, 210*/   /*239, 239, 239 */
  font-size: 0.85rem;
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 3px 10px;
  box-shadow: 0px 0px 3px 1px black inset;
}


.posts-header-admin {
  position: relative;
  margin: 0px 0px 0px 12px;
  top: 9px;
  color: rgb(95, 4, 34);
}
.posts-header {
  position: relative;
  margin: 0px 0px 0px 12px;
  top: 9px;
  color: rgb(4, 12, 95);
}

.user {
  position: relative;
  z-index: 2;
  color: rgb(2, 11, 105);
}
.user:hover {
  color: rgb(137, 4, 95); /*color: rgb(105, 2, 72);*/
}
