.media-gallery__item-thumbnail img:not([alt]),
.audio-player__canvas:not([title]),
.video-player video:not([title]), 
.media-gallery__gifv video:not([title]),
.audio-player__canvas[title=""],
.video-player video[title=""], 
.media-gallery__gifv video[title=""]
 {
    border: 2px solid red;
    box-sizing: border-box;
}
.compose-form__actions .button { color: rgba(255,255,255,0); }
.compose-form__actions .button::before {
  content: "Tröt!";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255,255,255,1);
  transform: translate3d(-50%, -50%, 0);
}
a.status-link:not(.mention) {text-decoration: underline;}
.compose-panel {background: url(https://meerjungfrauengrotte.de/system/media_attachments/files/115/509/017/788/613/597/original/7a13c9b8fcddb3f6.png) no-repeat !important;}
.search {margin-top:145px;}
.report-card__summary__item__reported-by::before {content: "Reported by: ";}
.report-card__summary__item__assigned, .report-card__summary__item__assigned .username, .report-card__summary__item__reported-by, .report-card__summary__item__reported-by .username {white-space: normal;}
.one-line::before {content: "Added Message: ";}
.batch-table__row.batch-table__row--muted {background: #eaeaea;}

