body {
  padding-top: 72px;
}
.post-list {
  list-style: none;
  padding-left: 0;
}
.post-list p.info {
  font-style: italic;
}
.post-list > li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.accountPanel {
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.rolunk .card-img-top {
  width: 100%;
  height: 24vw;
  object-fit: cover;
}
.rolunk .card-body {
  min-height: 8vw;
}
