.vm_fileBottom, .vm_postBottom {
  display: flex;
  justify-content: center;
}
.vm_fileBottom > *, .vm_postBottom > * {
  margin-right: 10px;
}
.vm_fileBottom > *:last-child, .vm_postBottom > *:last-child {
  margin-right: 0;
}

.vm_post {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.vm_postViews {
  display: flex;
  align-items: center;
}
.vm_postViews__icon {
  display: flex;
  font-size: 18px;
  color: #888;
}
.vm_postViews__text {
  margin-left: 4px;
  font-size: inherit;
  color: #333;
}

.vm_postComments,
.vm_postLikes,
.vm_postShare,
.vm_postInfo {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.vm_postComments__icon,
.vm_postLikes__icon,
.vm_postShare__icon,
.vm_postInfo__icon {
  display: flex;
  font-size: 18px;
  color: #888;
}
.vm_postComments__text,
.vm_postLikes__text,
.vm_postShare__text,
.vm_postInfo__text {
  margin-left: 4px;
  font-size: inherit;
  color: #333;
}
.vm_postComments:hover, .vm_postComments:active, .vm_postComments:focus,
.vm_postLikes:hover,
.vm_postLikes:active,
.vm_postLikes:focus,
.vm_postShare:hover,
.vm_postShare:active,
.vm_postShare:focus,
.vm_postInfo:hover,
.vm_postInfo:active,
.vm_postInfo:focus {
  opacity: 0.85;
}

.vm_fileBottom, .vm_postBottom {
  display: flex;
  justify-content: center;
}
.vm_fileBottom > *, .vm_postBottom > * {
  margin-right: 10px;
}
.vm_fileBottom > *:last-child, .vm_postBottom > *:last-child {
  margin-right: 0;
}

.vm_fileBottom .vm_postViews,
.vm_fileBottom .vm_postComments {
  display: flex;
  align-items: center;
}
.vm_fileBottom .vm_postViews__icon,
.vm_fileBottom .vm_postComments__icon {
  display: flex;
  font-size: 14px;
  color: #888;
}
.vm_fileBottom .vm_postViews__text,
.vm_fileBottom .vm_postComments__text {
  margin-left: 4px;
  font-size: 11px;
  color: #333;
}
.vm_fileBottom .vm_postLikes {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.vm_fileBottom .vm_postLikes__icon {
  display: flex;
  font-size: 14px;
  color: #888;
}
.vm_fileBottom .vm_postLikes__text {
  margin-left: 4px;
  font-size: 11px;
  color: #333;
}
.vm_fileBottom .vm_postLikes:hover, .vm_fileBottom .vm_postLikes:active, .vm_fileBottom .vm_postLikes:focus {
  opacity: 0.85;
}