.bctt-click-to-tweet {
    background-color: #dedede;
}

.bctt-click-to-tweet:hover {
    background-color: #000;
   color: #fff !important;
}

.bctt-click-to-tweet:after {
   content: ' \f099';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
/*   margin:0px 0px 0px 10px;*/
   text-decoration:none;
}


.bctt-ctt-text a {
    color: #000 !important;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
    box-shadow: none !important;
    background-color: #dedede;
    line-height: 20px;
}

.bctt-ctt-text a:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #000;
    line-height: 20px;
}

a.bctt-ctt-btn {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #dedede;
}

.bctt-ctt-btn:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #000;}
