.bctt-click-to-tweet {
    display: block;
    width: 43%;
    float: left;
    margin-right: 1em;
    text-align: center;
    background-color: #EEEEEE;
    position: relative;
    border-top: 5px solid #807cb0;
    border-bottom: 5px solid #807cb0;
    padding: 1.5em .5em 1.5em .5em;
    margin-bottom: .5em;
}

.bctt-click-to-tweet:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.bctt-ctt-text a {
    padding: 15px 0px;
    margin: 15px 0;
    position: relative;
    color: #000 !important;
    font-family: "Telex", Helvetica, 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: #ffffff !important;
    border-radius: 6px;
    border-bottom: none !important;
    box-shadow: none !important;
    margin: 1em 3em auto 3em;
    padding: 8px 6px 6px 6px;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: "Tel", Helvetica, Arial, sans-serif !important;
    font-size: .7em;
    font-weight: bold;
    float: none;
    text-decoration: none !important;
    background: #5343a3;
}

.bctt-ctt-btn:hover {
    text-decoration: none;
    color: #cccccc !important;
}

@media screen and (max-width: 38.75em) {
    .bctt-click-to-tweet {
        width: 51%;
        padding-bottom: 1em;
    }
    a.bctt-ctt-btn {
        margin: 1em 3em 1em;
}