/*
 * Table of contents
 */
article:not(.node--view-mode-teaser) .field.field--name-field-mt-issue-cover {
   width: 400px;
}

.field.field--name-field-mt-issue-cover .field__label {
   display: none;
}

.mt-xaver-toc { }

.mt-xaver-toc-title {
   clear: both;
}

.mt-xaver-toc-entries {
   margin: 1rem;
}

.mt-xaver-toc-entry {
   clear: both;
}

.mt-xaver-toc-entry .mt-xaver-toc-image {
   margin-right:1.5rem; 
   float: left;
}

.mt-xaver-toc-entry .mt-xaver-toc-image img {
   width: 200px; 
   height: auto;
}

.mt-xaver-toc-entry .mt-xaver-toc-subject {
   margin-bottom: 0;
   padding-bottom: 0;
   font-size: 0.75em;
}

/* Hide the PDF entries */
.mt-xaver-toc-title.mt-for--pdf,
.mt-xaver-toc-entries.mt-for--pdf {
  display: none;
}

/*
* TODO: Remove
*/
.field.field--name-field-mt-issue-cover-image.field--type-string.field--label-above {
   display: none;
}

