/* main nav menu items */
.main-nav a:not(.btn) {
font-weight: 600;
}

/* profile access search box width
input, optgroup, select, textarea {
width: 100%;
} */

/* profile entitlements widget link color */
.entitlements a {
color: #237d84;
}

/* 2FA verification widget link color */
.twofa a {
color: #237d84;
}

/* details tab taxonomy topics list */
.subjects ul {
list-style: none;
color: #237d84;
margin-top: 15px;
}

/* non-publication custom pages link color and list style*/
.custom-page a {
color: #237d84;
}

.custom-page ul {
list-style-type: none;
}

/* https://jira.atypon.com/browse/LIT-245197*/

.long-toc .grid-sm-2 .grid-item {
    width: 100%;
}
.creative-work .delayedLoad .journal {
	font-weight: bold;
}