.tx-pb-social .pb-list-item {
    box-shadow: none;
    box-sizing: border-box;
    float: none;
    height: auto;
    margin: 0;
    position: relative;
    width: 100%;
}
.tx-pb-social .pb-list-item .text {
    background-color: rgba(0, 0, 0, 0.0);
    bottom: 0;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    font-size: 80%;
    height: auto;
    left: 0;
    line-height: 1.42857143;
    overflow: hidden;
    padding: 0;
    position: relative;
    right: 0;
}
.tx-pb-social .pb-list-item .text:hover {
    text-decoration: underline;
    color: #919191;
}
