.tweet-card .tweets{padding:30px 20px}
.tweet-card .tweet-strip,.tweet-card .tweets{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:5px;margin-bottom:25px;padding:15px 20px;-webkit-box-pack:justify;-ms-flex-pack:justify;-moz-justify-content:space-between;justify-content:space-between}
.explorer .tweet-card .tweets .tweet-content{padding:0 20px 0 20px}
.explorer .tweet-card .tweets .tweet-content p{display:inline-block}
.tweet-card header{-webkit-box-align:center;-ms-flex-align:center;-moz-align-items:center;align-items:center}
.tweet-card header .logo{width:40px;height:32px}
.tweet-card header .btn-box{padding:0}
.tweet-card header .btn-box .btn{border-color:#00a2f9;color:#00a2f9;font-family:'Roboto',sans-serif;font-weight:600;font-size:15px}
.tweet-card header .btn-box .btn:hover{background-color:#00a2f9;color:#fff}
.tweet-card .tweets.last{margin-bottom:0}
.tweet-card .tweets .tweet-img{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;padding:0;margin-right:20px;-webkit-box-align:center;-ms-flex-align:center;-moz-align-items:center;align-items:center}
.tweet-card .tweets .tweet-img img{border-radius:5px;max-width:100%}
.tweet-card .tweets .tweet-content{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;-moz-justify-content:space-between;justify-content:space-between;padding:0}
.tweet-card .tweets .tweet-content p{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;font-size:15px;color:#666;font-family:'Roboto',serif;max-height:114px;overflow:hidden;-webkit-box-align:start;-ms-flex-align:start;-moz-align-items:flex-start;align-items:flex-start}
.tweet-card .tweets .tweet-content .top p{margin:0;display:block;color:#3d3d3d;min-height:1px}
.tweet-card .tweets .tweet-content .top p span{color:#1ca1f2}
.tweet-card .tweets .tweet-content .foot{margin-bottom:0}
.tweet-card .tweets .tweet-content .foot a{margin-right:8px}
.tweet-card.kt-new-update{max-height:571px;overflow:hidden}
@media(max-width:1199px){.tweet-card .tweets{min-height:10% !important}
.tweet-card .tweet-strip,.tweet-card .tweets{margin-bottom:21px}
.tweet-card .tweets{padding:15px 20px}
}
@media(max-width:991px){.tweet-card header .logo{width:25px;height:21px}
.tweet-card header .btn-box .btn{padding:5px 20px}
.tweet-card .tweets .tweet-img{margin-right:10px}
.tweet-card .tweets .tweet-content p{font-size:14px;max-height:54px}
.tweet-card .tweet-strip,.tweet-card .tweets{padding:12px;margin-bottom:12px}
}
@media(max-width:767px){.tweet-card{margin-top:20px}
}