.share_links{
    display: flex;
    flex-flow: row;
    align-items: center;
    /* align-self: flex-end; */
    /* margin: 0 auto; */
    /* max-width: 100em; */
    /* width: 100%; */
    /* padding-top: 1.2em; */
    gap: 1em;
    margin-right: 1em;
}

.share {
    font-size: 0.7em;
}

.share_links:before {
    content: 'Share On:';
    font-family: 'concourse_sc';
    font-size: 1.4em;
    font-feature-settings: 'c2sc';
}

.share_links .twitter-share-button {
    font-family: 'equity_text';
    font-style: italic;
    color: white;
    background-color: #1e9bf0;
    padding: 0.3em 0.85em;
    border-radius: 0.4em;
    font-feature-settings: 'ss03';
    font-size: 1em;
    display: flex;
    flex-flow: row;
    gap: 0.3em;
    align-items: center;
    justify-content: center;
}

a.twitter-share-button.jsShareButton:before {
    content: '';
    background: transparent url(/img/Twitter_bird_logo_2012.svg) no-repeat center;
    width: 1.4em;
    height: 1.3em;
    background-size: contain;
    align-self: center;
    position: relative;
    /* margin-left: -0.1em; */
    /* margin-top: -0.15em; */
    justify-self: center;
}

.share_links .twitter-share-button svg {
    height: 1.2em;
    width: 1.2em;
}

.share_links .facebook-share-button {
    background-color: #3b5998;
    padding: 0.3em 0.85em;
    border-radius: 0.4em;
    font-feature-settings: 'ss03';
    font-size: 1em;
    display: flex;
    flex-flow: row;
    gap: 0.3em;
    align-items: center;
    justify-content: center;
    font-family: 'equity_text';
    font-style: italic;
    color: white;
}

.share_links .pinterest-share-button {
    background-color: white;
    padding: 0.2em 0.85em;
    border-radius: 0.4em;
    font-feature-settings: 'ss03';
    font-size: 1em;
    display: flex;
    flex-flow: row;
    gap: 0.3em;
    align-items: center;
    justify-content: center;
    font-family: 'equity_text';
    font-style: italic;
    color: #e60023;
    border: 0.12em solid;
}

.share_links .facebook-share-button:before {
    content: '';
    background: transparent url(/img/Facebook_icon_2013.svg) no-repeat center;
    width: 1.4em;
    height: 1.5em;
    background-size: contain;
    align-self: center;
    justify-self: center;
    position: relative;
    margin-left: -0.3em;
    margin-top: -0.2em;
}

.share_links .pinterest-share-button:before {
    content: '';
    background: transparent url(/img/pinterest_p.svg) no-repeat center;
    width: 1.4em;
    height: 1.4em;
    background-size: contain;
    align-self: center;
    position: relative;
    /* margin-left: -0.6em; */
    margin-top: -0.1em;
}

maincontent+.share_links {
    /* border-top: 1px solid black; */
    padding-bottom: 2.5em;
}