.bctt-click-to-tweet {
    display: block;
    width: 43%;
    float: right;
    margin-left: 1em;
    text-align: left;
    margin-right: -2em;
    background-color: #FFF;
    position: relative;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 1.5em .5em 1.5em 0;
    margin-bottom: 1em;
}

.bctt-click-to-tweet:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* For compatibility with the new editor in version 5.0 codenamed Gutenberg */

.bctt-click-to-tweet .mce-content-body {
	position: relative;
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.5em;
    line-height: 140%;
    font-weight: 100;
    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: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.5em;
    line-height: 140%;
    font-weight: 100;
    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 {
    color: black;
    border: 2px solid;
    border-radius: 6px;
    border-bottom: 2px solid !important;
    margin: 16px 45px 0 0px;
    padding: 6px 10px 6px 22px;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 0.7em;
    font-weight: bold;
    float: left;
    text-decoration: none !important;
    background: rgb(226, 226, 226) url(../../../../better-click-to-tweet/assets/img/birdy.png) no-repeat left 3px top 9px;
}

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

@media screen and (max-width: 38.75em) {
    .bctt-click-to-tweet {
        margin-right: -1em;
        width: 51%;
        padding-bottom: 1em;
    }
}