.compose-form__publish-button-wrapper button {
  color: rgba(255,255,255,0);
}

.compose-form__publish-button-wrapper button::before {
  content: "Toot! 🐘";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255,255,255,1);
  transform: translate3d(-50%, -50%, 0);
}

/*
.navigation-panel a:nth-child(4)[title='Federated'] {
  display: none;
}
*/

.account__header__bio .account__header__fields dt {
  text-transform: none;
}

/* red-dotted border around media with no alt-text */

.media-gallery__item-thumbnail img:not([alt]), 
.media-gallery__item-thumbnail img[alt|=""], 
.audio-player__canvas:not([title]), 
.audio-player__canvas[title|=""], 
.video-player video:not([title]), 
.video-player video[title|=""], 
.media-gallery__gifv video:not([title]), 
.media-gallery__gifv video[title|=""] {
    border: 2px dashed rgba(255, 0, 0, 0.5);
    box-sizing: border-box;
}


.media-gallery {
  max-height: 300px;
}

