body .bctt-click-to-tweet {
    display:block;
    background-color: #fff;
    border: none;
    float: left;
    margin: 0 1.5em 0 0;
    padding: 0;
    width: 60%
}

span.bctt-ctt-text::before {
    content: url('../../../../better-click-to-tweet/assets/img/birdy.png');
    width: 100%;
    clear: both;
    display: block;
    border-bottom: 1px solid #1ca1f2;
    margin-bottom: 1em;
}

body .bctt-click-to-tweet .bctt-ctt-text {
    clear: none;
    display: block;
    margin: 0 0 1em 0;
}

.bctt-click-to-tweet .mce-content-body{
    font-size: 24px;
    color:#1ca1f2;
    text-decoration: none !important;
    box-shadow: none !important;
}

body .bctt-click-to-tweet .bctt-ctt-text a {
    font-size: 24px;
    color:#1ca1f2;
    text-decoration: none !important;
    box-shadow: none !important;
}

body .bctt-click-to-tweet a.bctt-ctt-btn {
    transition: background-color .15s,color .15s;
    border: 1px solid #1ca1f2;
    border-bottom: 1px solid #1ca1f2!important;
    background-color: #1ca1f2!important;
    background-image: none!important;
    color: #fff!important;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 8px 27px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-decoration:none !important;
    box-shadow:none !important;
}

@media only screen and (max-width: 450px) {
    body .bctt-click-to-tweet {
        width:100%;
    }
}

@media only screen and (min-width: 1100px) {
    body .bctt-click-to-tweet {
        float:left;
        margin-right: 1.5em;
        margin-left: -4em;
        padding: 0;
        width: 60%;
    }
}

body .bctt-click-to-tweet a.bctt-ctt-btn:hover {
    background-color: transparent!important;
    color: #1ca1f2!important
}
