.ft_html a {
    text-decoration: underline;
}

.redactor_toolbar .dt-i-video{
    font-size: 15px;
}
.redactor_toolbar .re-audio{
    font-size: 16px;
}
.chatbro_minimized_chat {
    right: 65px !important;
}

.activity_content_item_photo {
  float: left;
  margin: 0 15px 5px 0;
  width: 100px;
  max-width: 30%;
}
.activity_content_item_content {
}
.activity_content_item_photo img {
  max-width: 100%;
  height: auto;
}
.activity_content_item {
  padding: 10px;
  margin-top: 10px;
  box-shadow: 0 0 3px #00000030;
  overflow: hidden;
}

.sh {
    box-shadow: 0 0 5px #00000052;
    padding: 15px;
}

.redactor-source-view [contenteditable="true"] {
    display: block !important;
    height:0 !important;
    width:0 !important;
    padding:0 !important;
    overflow: hidden !important;
}