.ssTwtrTimeline {background: #ffffff; font-size: 0.875em;}
.ssTwtrTimeline img {border:none;}
.ssTwtrTimeline a {text-decoration: none; color:#444444;}
.ssTwtrTimeline .tweet-timeline { max-width:1002px; padding:10px; margin:0 auto;}
.ssTwtrTimeline .tweet-timeline p {display:inline-block; margin:0; padding:0;}
.ssTwtrTimeline .tweet-timeline p span {display: none;}
.ssTwtrTimeline .tweet { display: block;  margin-bottom: 11px; text-decoration: none; position:relative; padding-left: 70px; padding-bottom: 16px; min-height: 48px; z-index: 50; border-bottom: 1px dotted #cccccc;}
.ssTwtrTimeline .tweet-text { font-size: 0.875em;}
.ssTwtrTimeline .tweet-text a { color:#3366cc; font-weight: bold;}
.ssTwtrTimeline .tweet-text a:hover { text-decoration: underline;}
.ssTwtrTimeline .avatar { width: 48px; height:48px; display:block; position:absolute; left:0; top:0;}
.ssTwtrTimeline .tweet-user-name { font-family:'SkyNews', arial, sans-serif; font-size: 150%; font-weight: normal; color: #000000!important }
.ssTwtrTimeline .tweet-screen-name { font-size: 80%; font-weight: bold; color: #000000!important}
.ssTwtrTimeline .reply a, .ssTwtrTimeline .retweet a, .ssTwtrTimeline .favorite a {display:block; width:15px; height:16px; }
.ssTwtrTimeline .reply, .ssTwtrTimeline .retweet, .ssTwtrTimeline .favorite {display:block; background:url(/images/twitter.png) ; width:15px; height: 16px; cursor: pointer;}
.ssTwtrTimeline .reply {background-position: 0 0}
.ssTwtrTimeline .reply:hover {background-position: 112px 0}
.ssTwtrTimeline .retweet {background-position: -80px 0;}
.ssTwtrTimeline .retweet.on {background-position: -112px 0;}
.ssTwtrTimeline .retweet:hover {background-position: -96px 0}
.ssTwtrTimeline .favorite {background-position: -33px 0}
.ssTwtrTimeline .favorite.on {background-position: -66px 0}
.ssTwtrTimeline .favorite:hover {background-position: -49px 0}
.ssTwtrTimeline .intents {text-align: right; margin-top:-42px; position:relative; z-index: 500; width:200px; float:right; }
.ssTwtrTimeline .intents p {margin-right:6px;}
.ssTwtrTimeline .time-stamp {color:#b1b1b1!important; font-size: 1em; position:relative; z-index: 50000;}
.ssTwtrTimeline a.time-stamp {font-weight: normal;}

/* Tablet
========================================================================== */
@media all and (max-width:800px) and (min-width:601px), (max-width:800px) and (min-width:601px) and (orientation:portrait) {

}

/* Mobile media query
========================================================================== */
@media all and (max-width:600px){
    .ssTwtrTimeline .avatar img {width:24px; height: 24px;}
    .ssTwtrTimeline .tweet {padding-left:34px; margin-bottom: 8px; padding-bottom: 13px;}
    .ssTwtrTimeline .intents {margin-top:-37px;}
    .ssTwtrTimeline .time-stamp {padding-top:8px;}
}