<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document for the twitter feed well@York only*/

.news-box div#twitterFeed
{
	padding-left:0;
}

div#twitterFeed
{
padding-left:20px;
border-radius:5px;
}

div#twitterFeed ul li
{
clear:both;
padding: 5px 10px 30px 0;
border-bottom: 1px solid #B4CFE7;
margin:10px 0;	
}

div#twitterFeed ul li:first-child
{
border-top-left-radius: 5px;
border-top-right-radius: 5px; 
}

div#twitterFeed ul li:last-child
{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: none;
}

div#twitterFeed ul
{
margin:10px 0;
padding: 0;
list-style-type: none;
list-style-image: none;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

div#twitterFeed ul li div.user
{
/*margin-top: 5px; - Removed for style purposes */
padding: 0;
clear:both;
}

div#twitterFeed li div.user img
{
border-radius:3px;
float: left;
width: 35px;
margin-right: 10px;
margin-bottom: 7px;
}

div#twitterFeed li div.user span
{
width: 146px;
float: left;
text-align:left;
font-weight: bold;
line-height: 100%;
}

div#twitterFeed li div.user span:first-child /* New user image wrapped in span, this fixes the span using too much space for the icon */
{
width:45px;
}

div#twitterFeed li div.user span[data-scribe="element:name"]
{
color: #464646;

}
div#twitterFeed li div.user span[data-scribe="element:screen_name"]
{
margin:0;
font-size: 75%;
font-weight: normal;
margin-top: 4px;
color:#9C988F;
}

div#twitterFeed p.tweet
{
clear: both;
margin:0 0 5px 0;	
padding:0;
width: 100%;
float: none;
font-size:80%;
border-bottom: 5px;
border-radius: 5px;
line-height: 150%;
}

div#twitterFeed p.timePosted
{
clear: both;
float:left;
width:50%;
margin:0;	
padding:0;
font-size: 85%;
color: #9C988F;
}

div#twitterFeed p.interact
{
float:right;
width: 50%;
margin:0;	
padding:0;	
text-align:right;
}

div#twitterFeed p.interact a
{
/* Retains width/height of original word */
display: inline-block;
position: relative;
font-size: 0px;
margin-left:8px; 
text-decoration:none;  
color:#D1D1D1;
transition-property: color;
transition-duration: 0.1s;	
z-index:100;	
}
div#twitterFeed p.interact a:hover {
color: #BB6B92;	
transition-duration: 0.1s;	
}

div#twitterFeed p.interact a.twitter_reply_icon:after, div#twitterFeed p.interact a.twitter_retweet_icon:after, div#twitterFeed p.interact a.twitter_fav_icon:after
{
font-family: "FontAwesome";
font-size: 16px;
}

div#twitterFeed p.interact a.twitter_reply_icon:after 
{
content: "\f112";
}

div#twitterFeed p.interact a.twitter_retweet_icon:after 
{
content: "\f079";
}

div#twitterFeed p.interact a.twitter_fav_icon:after 
{
content: "\f005";
}

.media img
{
width:100%;
}
</pre></body></html>