.bctt-click-to-tweet {
    display: block;
    background-color: #FFF;
    position: relative;
  border: 1px solid #77a78f !important;
	border-radius: 0 !important;
    padding: 19px 12px 19px 18px;
    margin-bottom: 1em;
}

.bctt-click-to-tweet:hover {
	border-color: #C9B69B !important;
}
.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: #77a78f !important;
    font-family: 'Droid Serif', Georgia, serif;
    font-size: 1.3em;
    line-height: 140%;
    font-weight: 100;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
}

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

a.bctt-ctt-btn {
    border-bottom: none !important;
    margin: 0;
    padding: 18px 0 0 0;
    position: relative;
    display: block;
    text-transform: uppercase;
  font-family: 'Oswald' !important;
	font-size: 16px;
    font-weight: bold;
    color: #77a78f !important;
    float: right;
    text-decoration: none !important;
}

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