﻿
.the_champ_horizontal_sharing .theChampSharing {
    color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
}

.the_champ_horizontal_sharing .theChampTCBackground {
    color: #666;
}

.the_champ_horizontal_sharing .theChampSharing:hover {
    border-color: transparent;
}

.the_champ_vertical_sharing .theChampSharing {
    color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
}

.the_champ_vertical_sharing .theChampTCBackground {
    color: #666;
}

.the_champ_vertical_sharing .theChampSharing:hover {
    border-color: transparent;
}

@@media screen and (max-width:783px) {
    .the_champ_vertical_sharing {
        display: none !important
    }
}
