div.tweetlist
{	padding:10px;
	background:#fbf6fb;
	margin-bottom:20px;
	line-height:1.35em;
	font-size:1.05em;
	border-radius:4px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(163,163,163,1);
    box-shadow: 0px 0px 1px 0px rgba(163,163,163,1);}

div.tweetlist h1
{font-weight:600;color:#343434;padding-left:10px;padding-top:10px;color:#EC008C;font-family: Georgia, serif;font-size:1.2em;}

div.tweetlist h1 i.fa
{font-weight:600;padding-right:10px;}



.uTwit 
{
    font-family: Arial, sans-serif;
    width: 100%;
}

.tweet,
.profile
{
   
    margin-bottom: 5px;
    padding: 10px 10px 10px 70px;
    position: relative;
}

.tweet a ,
.profile a
{
    color: #999;
    text-decoration: none;
}

.tweet a:hover,
.profile a:hover
{
    color: #333;
    text-decoration: underline;
}

.tweet .avatar,
.profile .avatar
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.tweet h3,
.profile h3
{
    font-size: .95em;
    padding: 0;
    margin: 0;
}

.tweet h3 a,
.profile h3 a
{
    color: #960f5f;
	font-weight:600;
}

.tweet h3 em,
.profile h3 em
{
    color: #444134;
    font-size: .95em;
    font-weight: normal;
    text-decoration: none;
}

.tweet .timestamp
{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: .85em;
}

.tweet .text a 
{
    color: #960f5f;
}

.tweet p,
.tweet .actions
{
    font-size: .95em;
}

.tweet .actions
{
    text-align: right;
}

.tweet .actions a 
{
    margin-left: 10px;
}

.tweet .fa
{color:#960f5f;font-size:1.2em;
	text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);}

.tweet .fa:hover 
{color: #a95486;font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);}
