@import "../../prosilver_se/theme/stylesheet.css";

.site_logo {
	background-image: url("./images/kc.svg");
	width: 64px;
	background-size: contain;
	background-position: center;
}

.profile-avatar img {
  max-width: 150px !important;
  height: auto !important;
}

.postprofile .avatar img, img.avatar {
  max-width: 150px !important;
  height: auto !important;
}

.attach-image img, .attach-image video, img.postimage {
  max-width: 66% !important;
  cursor: pointer;
}

.postbody li {
  margin-top: 1em;
  margin-bottom: 1em;
}
