.bctt-click-to-tweet {
    display: block;
    background-color: #FFF;
    position: relative;
     background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, red, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, red, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, red, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, red, black); /* Standard syntax */
    border: 1px solid black;
    border-radius: 5px;
    padding: 19px 12px 19px 18px;
    margin-bottom: 1em;
    }
    
.bctt-click-to-tweet:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.bctt-click-to-tweet .mce-content-body {
    position: relative;
    color: #fff !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.5em !important;
    line-height: 140%;
    font-weight: 400;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
    box-shadow: none !important;
}

.bctt-ctt-text a {
    padding: 15px 0px;
    margin: 15px 0;
    position: relative;
    color: #fff !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.5em !important;
    line-height: 140%;
    font-weight: 400;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
    box-shadow: none !important;
}

.bctt-ctt-text a:hover {
    text-decoration: none;
    color: #999 !important;
}

a.bctt-ctt-btn {
    border-bottom: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 18px 0 0 0;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: .7em;
    font-weight: bold;
    color: #999999 !important;
    float: right;
    text-decoration: none !important;
}

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