.tweetdis_box.tweetdis_none {
    float: none;
    width: auto;
}
.tweetdis_box.tweetdis_none:hover {
    
    cursor:pointer;
}

.tweetdis_box {
    margin: 30px auto;
    outline: 0;
    transition: all .2s ease-out;
}
.tweetdis_box a.tweetdis_box_link {
    text-decoration: none!important;
    width: 100%;
    box-sizing: border-box;
    display: block;
    border: none;
}

.tweetdis_font_original:hover , .tweetdis_click_to_tweet:hover {
   color:#2fa8df !important;
}

.tweetdis_box_link, .tweetdis_box_link:focus, .tweetdis_box_link:hover {
    text-decoration: none;
    outline: 0;

}

.tweetdis_box a.tweetdis_box_link.tweetdis_box_07 p {
    font: 30px Lato,Arial,sans-serif;
    line-height: 1.2;
    padding: 5% 5% 0;
    position: relative;
}
.tweetdis_box a.tweetdis_box_link p {
    overflow: hidden;
    padding-bottom: 5px;
    margin: 0!important;
    position: relative;
    line-height: 1.25;
    color: #333;
}

.tweetdis_box a.tweetdis_box_link.tweetdis_box_07 .tweetdis_click_to_tweet {
    font: 16px Lato,Arial,sans-serif;
    color: #bfbfbf;
    margin: 0 5%;
    padding: 22px 0 10px 18px;
}
.tweetdis_box a.tweetdis_box_link .tweetdis_click_to_tweet {
    display: block;
    font: 14px 'Open Sans',Verdana,sans-serif;
}

.tweetdis_box a.tweetdis_box_link.tweetdis_box_07 p:before {
    content: '';
    position: absolute;
    left: 5%;
    top: 0;
    width: 60px;
    height: 5px;
    background-color: #bfbfbf;
}