#medvet-social-share {
    margin-top: 50px;
}

#social-copy-url {
    cursor: pointer;
}

.social-share p {
    color: #193458;
    margin: 0px;
    padding-right: 5px;
    margin-bottom: 0px !important;
}

.social-icon {
    width: 40px;
    height: 40px;
}

.social-icon:hover {
    opacity: 85%;
}

#social-copy-wrapper {
    position: relative;
}

#social-copied:before {
    content: "Copied";
    position: absolute;
    color: #ffffff;
    background: #6ba4b8;
    border-radius: 15px;
    top: -36px;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

#social-copied:after {
    content: "";
    position: absolute;
    background: #6ba4b8;
    width: 10px;
    height: 10px;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
}