.custom-post-content {
  border: 2px solid #000;
  padding: 5px;
  background-color: rgba(156, 81, 233, 0.05);
  border-radius: 15px;
  border: 0;
  -moz-border-radius: 15px;
}

.custom-post-button {
  display: flex;
  align-items: right;
  justify-content: right;
}

.custom_post_font {
  font-family:Nunita Sans, Arial, sans-serif;
  font-size:14px"
}

.link-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
  z-index: 10;
}

.disabled {
  opacity: 0.6 !important; 
  cursor: not-allowed !important;
}

.hide-row {
 display: none !important; 
}

.tabulator-button {
  background-color: rgb(45, 194, 20);
  margin-bottom:1vh;
  color:white;
}


.avatar {
  vertical-align: middle;
  width: auto !important;
		height: auto !important;
		max-height: 64px;
}
        