.somebox{border-radius:2px;position: relative;}
.somebox h3{font-size: 1.25rem;
    float: left;
    padding-top: .4rem;
    padding-left: .7rem;}
.somebox p.text{color:#222;font-size:1rem;margin-bottom:0; font-weight: 400 !important;}
.somebox--header img{border-radius:50%;float:left;margin-bottom:1rem}
.somebox--body{clear:both;padding-top:1rem}
.somebox--body img{margin-bottom:1rem}
.tweet-container{margin:0}
.tweet{font-size:0.75rem;clear:both;margin:0.875rem 0}
.user{overflow:hidden}
.timePosted{margin-bottom:0}
.timePosted a,
.interact a{font-size:0.75rem;color:#F48120}
.interact a{margin-right:0.75rem}
.tweet-block,
.somebox{padding:1rem;margin-bottom:1rem;background:rgba(255,255,255,0.85);box-shadow:0 1px 1px #ccc; margin-bottom:1.55rem;transition: all .5s ease-in-out;}
.somebox:hover{background:rgba(255,255,255,0.95);}

.some-tpl .basic > .large-12 {
	padding: 0 !important;
}

.somebox i {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #106da1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 1px 10px 0 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -10px;
    left: -10px;
}

.somebox h5 {
    margin: 0 .7rem -.3rem;
    opacity: .85;
    font-size: .8rem;
}
.somebox a {
    color: #222 !important;
}
.somebox a:hover {
    text-decoration: none !important;
}