.bctt-click-to-tweet {
    display: block;
    background-color: #c3d7df;
    position: relative;
    border-bottom: 4px solid #0A246A;
    padding: 18px;
    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: #0A246A !important;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, 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: #0A246A !important;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, 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: #666666 !important;
}

a.bctt-ctt-btn {
    border-bottom: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 9px 0 0 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
    font-size: .9em;
    font-weight: 100;
    color: #0A246A !important;
    float: right;
    text-decoration: none !important;
}

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