.mngl-board-profile-image-wrap {
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.mngl-board-comment-profile-image-wrap {
  width: 36px;
  height: 36px;
  overflow: hidden;
}

.mngl-post-form {
  margin: 5px 0px 10px 0px;
  background-color: lightgray;
  border: 1px solid darkgray;
}

.mngl-board-post-form tr {
  border: 0px !important;
}

.mngl-board-post-form tr td {
  border: 0px !important;
}

#mngl-fake-board-post-form {
  padding: 5px 5px 5px 5px;
}

#mngl-board-post-form {
  padding: 5px 7px 5px 5px;
}

.mngl-share-button {
  padding: 5px 5px 5px 5px !important;
  margin: 0px !important;
  width: auto !important;
  background-color: darkgray !important;
  border: 1px solid #444444;
  color: white !important;
  font-weight: bold !important;
  font-size: 14px !important;
  cursor: pointer;
}

.mngl-share-button:hover {
  background-color: lightgray !important;
  color: #444444 !important;
}

.mngl-board-comments {
  margin: 1px 0px 2px 0px !important;
  padding: 5px !important;
  background-color: lightgray;
  width: 75%;
  font-size: 10px;
}

.mngl-real-board-comment {
  line-height: 12px;
}

.mngl-board-post {
  font-size: 12px;
  line-height: 14px;
  margin: 0px, 0px, 0px, 0px;
  padding: 0px, 0px, 0px, 0px;
}

.mngl-board-comment-list {
  margin: 0px 0px 10px 57px;
}

.mngl-growable {
  min-height: 48px;
  max-height: 150px;
  border-color: darkgray;
}

.mngl-board-input {
  width: 100% !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important;
  border: 1px solid darkgray !important;
  background-color: white !important;
}

.mngl-board-fake-input {
  border: 1px solid darkgray;
  cursor: text;
  font-size: 10px;
  background-color: white;
  color: darkgray;
  padding: 0px 0px 0px 5px;
}

#mngl-fake-board-post-input {
  font-size: 12px;
}

.mngl-board-post {
  padding: 7px 0px 0px 0px;
  width: 100% !important;
}

.mngl-board-activity {
  font-size: 10px;
  padding: 7px 0px 7px 0px;
  margin: 0px 0px 0px 57px;
}

.mngl-board-activity-image {
  float: left;
  padding: 0px 2px 0px 0px;
  width: 16px;
  height: 16px;
}

.mngl-comment-table {
  width: 95%;
}

.mngl-comment-table tr td, .mngl-comment-table {
  padding: 0px !important;
  margin: 2px !important;
  background-color: lightgray !important;
}

.mngl-comment-board-input {
  margin: 0px 0px 0px 5px !important;
  padding: 0px 0px 0px 0px !important;
}

.mngl-comment-table-col-2 {
  width: 100% !important;
}