/* Sometimes the javascript for the header for Newspaper doesn't load properly, causing css to be missing from sub-menu's and making them cut off menu items. This is a fallback in the case it doesn't load. */
.menu-desktop-tablet-header-menu-container #menu-desktop-tablet-header-menu-1 .menu-item .sub-menu {
    width: auto;
}

.menu-desktop-tablet-header-menu-container #menu-desktop-tablet-header-menu-1 .menu-item a {
    padding-right: 31px;
}

/* Forces thumbnails to be uniform in height on https://www.genengnews.com/subject/amyotrophic-lateral-sclerosis/ */
.td-ss-main-content .td-block-row .td_module_wrap .td-module-thumb img.entry-thumb {
    object-fit: cover;
    width: 100%;
    height: 175px
}

/* Fixes post being offset under template 6 and 7, it was offset to the right by 33 pixels for some reason. */
.single_template_6 .td-post-template-6.post.has-post-thumbnail {
    padding-right: 0;
}

.single_template_7 .td-post-template-7.post.has-post-thumbnail {
    padding-right: 0;
}