.slot--article-introduction {
height: 1px;
overflow: auto;
}.slot--article-share { display: none;}

/*--Adjust the size of the buy button--*/
.bountiful--buy-button-group .slot--article-buy-button .btn {
    height: 40px;
    width: 100px;
}

/*--Reduce the size of the "related article block"--*/
.slot--article-page-footer .tws-container--tws-articles-two .tws-article-list--list .tws-article-list--introduction-text {
    display: none;
}
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button:after,
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-list--choices-button:after,
.bountiful--buy-button-group .slot--article-buy-button .btn:after{
    display: none !important;
}
span.tws-article-buy-button-with-modal--buy-button-label,
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button .ladda-label,
span.tws-article-list--choices-button-text{
    text-transform: math-auto;
  font-weight: initial;
}
@media only screen and (min-width: 992px) {
    .slot--header-logo {
        max-width: 500px;
    }
}
@media only screen and (max-width: 448px) {
.slot--header-logo {
    margin: 0px;
    max-width: 200px;
}
}