.twitter_share_wrapper a,
.twitter_share_wrapper a:active,
.twitter_share_wrapper a:hover,
.twitter_share_wrapper a:focus {
    text-decoration: none!important;
}

.twitter_share_wrapper .twitter_share_outer {
    background-color: #fff;
    border-radius: 15px;
    border: none;
    color: black;
}

.twitter_share_wrapper .twitter_share_inner {
    padding: 1px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.twitter_share_wrapper .twitter_share_inner .twitter_share_image_container {
    height: 18px;
    display: flex;
}

.twitter_share_wrapper .twitter_share_inner .twitter_share_image_container .twitter_share_image {
    height: 11px;
    width: 11px;
    margin: auto 0;
    background-image: url("/wp-content/plugins/hms-multisite/common/style/images/x_light.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.twitter_share_wrapper .twitter_share_inner .twitter_share_label {
    margin-left: 3px;
    white-space: nowrap;
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, sans-serif!important;
    font-stretch: 100%;
    font-weight: 500;
    line-height: 18px;
}