.cph-pd-share-buttons-inline {
    display: block;
}

.cph-pd-share-buttons-inline .cph-pd-share-button {
    display: inline-block;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25em;
    border-radius: 3px;
    text-align: center;
}

.cph-pd-share-buttons-inline.above {
    margin-bottom: .65em;
}

.cph-pd-share-buttons-inline.below {
    margin-top: .65em;
}

.cph-pd-share-buttons-sticky-outer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.cph-pd-share-buttons-sticky {
    display: table;
    width: 100%;
    height: 3em;
    margin: 0 auto;
}

.cph-pd-share-buttons-sticky-spacer {
    width: 100%;
    height: 3em;
}

.cph-pd-share-buttons-sticky .cph-pd-share-button {
    box-sizing: content-box;
    display: table-cell;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
}

@media only screen and (min-width: 1025px) {
    .cph-pd-share-buttons-sticky-outer {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        width: 0;
        white-space: nowrap;
        overflow: visible;
        z-index: 100000;
    }

    .cph-pd-share-buttons-sticky-outer:before {
        content: '';
        display: inline-block;
        height: 100%;
        margin-left: -.25em;
        vertical-align: middle;
    }

    .cph-pd-share-buttons-sticky {
        display: inline-block;
        width: 3em;
        height: auto;
        vertical-align: middle;
    }

    .cph-pd-share-buttons-sticky-spacer {
        display: none;
    }

    .cph-pd-share-buttons-sticky .cph-pd-share-button {
        transition: padding 180ms linear, background-color 180ms linear;
        display: block;
        width: 3em;
        height: 3em;
        line-height: 3em;
        text-align: center;
    }

    .cph-pd-share-buttons-sticky .cph-pd-share-button:hover {
        padding-left: .65em;
    }
}

.cph-pd-share-button {
    transition: background-color 250ms linear;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1;
}

.cph-pd-share-button .cph-pd-icon {
    display: inline-block;
    line-height: 1;
    color: #FFFFFF;
    vertical-align: middle;
}

.cph-pd-share-button.cph-share {
    background-color: #444444;
}

.cph-pd-share-button.cph-share:hover {
    background-color: #262626;
}

.cph-pd-share-button.cph-share-alt {
    background-color: #444444;
}

.cph-pd-share-button.cph-share-alt:hover {
    background-color: #262626;
}

.cph-pd-share-button.cph-facebook {
    background-color: #3b5999;
}

.cph-pd-share-button.cph-facebook:hover {
    background-color: #2b406e;
}

.cph-pd-share-button.cph-twitter {
    background-color: #55acee;
}

.cph-pd-share-button.cph-twitter:hover {
    background-color: #178de8;
}

.cph-pd-share-button.cph-linkedin {
    background-color: #0077B5;
}

.cph-pd-share-button.cph-linkedin:hover {
    background-color: #004266;
}

.cph-pd-share-button.cph-tumblr {
    background-color: #34465d;
}

.cph-pd-share-button.cph-tumblr:hover {
    background-color: #253141;
}

.cph-pd-share-button.cph-stumbleupon {
    background-color: #eb4924;
}

.cph-pd-share-button.cph-stumbleupon:hover {
    background-color: #d23614;
}

.cph-pd-share-button.cph-google-plus {
    background-color: #dd4b39;
}

.cph-pd-share-button.cph-google-plus:hover {
    background-color: #c43421;
}

.cph-pd-share-button.cph-pinterest {
    background-color: #bd081c;
}

.cph-pd-share-button.cph-pinterest:hover {
    background-color: #930617;
}

.cph-pd-share-button.cph-reddit {
    background-color: #ff5700;
}

.cph-pd-share-button.cph-reddit:hover {
    background-color: #e64d00;
}

.cph-pd-share-button.cph-email {
    background-color: #848484;
}

.cph-pd-share-button.cph-email:hover {
    background-color: #737373;
}

.cph-pd-share-button.cph-print {
    background-color: #4ab3b5;
}

.cph-pd-share-button.cph-print:hover {
    background-color: #3b8f91;
}