/*
 * This code is for Internal Salesforce use only, and subject to change without notice.
 * Customers shouldn't reference this file in any web pages.
 */
div#vacancy_details td.pbButton ul.social, div#vacancy_details td.pbButtonb  ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}
div#vacancy_details td.pbButton .social li, div#vacancy_details td.pbButtonb  .social li {
    display: inline-block;
    margin-left: 2px;
}
div#vacancy_details td.pbButton .social li a, div#vacancy_details td.pbButtonb  .social li a {
    opacity: .8;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    color: #fff;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 13px;
    margin-top: 3px;
}
div#vacancy_details td.pbButton .btn-share-facebook, div#vacancy_details td.pbButtonb  .btn-share-facebook {
    background: #3c66c4;
}
div#vacancy_details td.pbButton .btn-share-twitter, div#vacancy_details td.pbButtonb  .btn-share-twitter {
    background: #3cf;
}
div#vacancy_details td.pbButton .btn-share-linkedin, div#vacancy_details td.pbButtonb  .btn-share-linkedin {
    background: #0077B5;
}
div#vacancy_details td.pbButton .btn-share-email, div#vacancy_details td.pbButtonb  .btn-share-email {
    background: #E68523;
}