html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.breadcrumb li {
  list-style-type: none;
  display: inline-block;
}

#navigation li {
  list-style-type: none;
  display: inline-block;
}

.pager__item {
  display: inline;
}

.pager__item a {
  display: inline-block;
}

/********** ATTACHED FILES **********/

.file {
  display: inline-block;
  margin: 0.3em 0 0.3em 0.8em;
  padding-left: 20px; /* LTR */
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center; /* LTR */
}

.file a {
  color: #f25c00;
}

.file a:hover {
  color: #555;
}

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

.file--general,
  background-image: url(../../images/icons/application-octet-stream.png);
  
.file--application-octet-stream {
}

.file--package-x-generic {
  background-image: url(../../images/icons/package-x-generic.png);
}

.file--x-office-spreadsheet {
  background-image: url(../../images/icons/x-office-spreadsheet.png);
}

.file--x-office-spreadsheet:after {
  content: " (xls / xlsx)";
}

.file--x-office-document {
  background-image: url(../../images/icons/x-office-document.png);
}

.file--x-office-document:after {
  content: " (doc / docx)";
}

.file--x-office-presentation {
  background-image: url(../../images/icons/x-office-presentation.png);
}

.file--x-office-presentation:after {
  content: " (ppt / pptx)";
}

.file--text-x-script {
  background-image: url(../../images/icons/text-x-script.png);
}

.file--text-html {
  background-image: url(../../images/icons/text-html.png);
}

.file--text-plain {
  background-image: url(../../images/icons/text-plain.png);
}

.file--text-plain:after {
  content: " (txt)";
}

.file--application-pdf {
  background-image: url(../../images/icons/application-pdf.png);
}

.file--application-pdf:after {
  content: " (pdf)";
}

.file--application-x-executable {
  background-image: url(../../images/icons/application-x-executable.png);
}

.file--audio {
  background-image: url(../../images/icons/audio-x-generic.png);
}

.file--audio:after {
  content: " (mp3, audio)";
}

.file--video {
  background-image: url(../../images/icons/video-x-generic.png);
}

.file--video:after {
  content: " (mp4, wideo)";
}

.file--text {
  background-image: url(../../images/icons/text-x-generic.png);
}

.file--image {
  background-image: url(../../images/icons/image-x-generic.png);
}

.file--image:after {
  content: " (jpg / png)";
}


