/**
 * @file
 * Default style for file module.
 */
/* File icons.*/
.file {
  display: inline-block;
  min-height: 16px;
  margin: .3rem 0;
  background-repeat: no-repeat;
  background-position: left center;
  /* LTR */
}

[dir="rtl"] .file {
  padding-left: inherit;
  background-position: right center;
}

.file>a {
  margin-left: .2rem;
}