.audio-player__canvas:not([title]),
.audio-player__canvas[title=""],
.media-gallery__gifv video:not([title]),
.media-gallery__gifv video[title=""],
.media-gallery__item-thumbnail img:not([alt]),
.media-gallery__item-thumbnail img[alt=""],
.video-player video:not([title]),.video-player video[title=""] {
}

#unused {
  border-color: #c00;
  border-style: solid;
  border-width: 2px 2px 5px 2px;
  box-sizing: border-box;
  border-radius: 1px 3px 3px 1px;
}


.button
{
  color: #fff;
  background-color: #00285a;
}

.button.button-tertiary, .simple_form .button.button-tertiary
{
  color: #00285a;
  border: 1px solid #00285a;
  background: transparent;
}

.button:hover,
.button.button-tertiary:hover, .simple_form .button.button-tertiary:hover
{
  border: none;
  color: #fff;
  background-color: #00285a;
}

.reply-indicator__content a, .status__content a,
.reply-indicator__content a.unhandled-link, .status__content a.unhandled-link
{
  color: #00285a;
}

.notification__message .fa,
.empty-column-indicator a, .follow_requests-unlocked_explanation a,
.column-header__back-button,
.column-link--transparent.active
{
  color: #00285a;
}

