/* This is meant to augment some of the styles found in wagtail/admin/static/wagtailadmin/css */
/* .summary ul.stats span.icon-warning is directly copied from home.css .summary ul.stats span */


.summary ul.stats span.icon-warning {
  font-family: Roboto Slab, Georgia, serif;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  color: #bb5b03;
  color: #e9b04d;
}

@media screen and (max-width:74.9375em) {
  .summary ul.stats span.icon-warning {
    font-size: 1.5em
  }
}

@media screen and (max-width:56.1875em) {
  .summary ul.stats span.icon-warning {
    font-size: 1.25em
  }
}

@media screen and (max-width:49.9375em) {
  .summary ul.stats span.icon-warning {
    font-size: 1em
  }
}
.listing tr.media-filename,
.listing tr:first-child.media_filename {
  border-top: 0px dashed #e6e6e6;
}

.listing td.media-title {
  padding-bottom: 0.2em;
}
.listing td.media-filename {
  padding-top: 0.2em;
  text-align: end;
}

.col2 dd.transcode-footnote {
  font-size: 0.75rem
}