<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800,600,400italic,700italic);



div.avatar{
    width:60px; height:60px; border:solid 1px #000;
    -webkit-border-radius: 16px; -moz-border-radius: 6px; border-radius: 6px;
}

div.avatar img{
    width:60px; height:60px;
    -webkit-border-radius: 15px; -moz-border-radius: 5px; border-radius: 5px;
}


.twitt {
padding: 10px 10px 10px 10px;
background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.3);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}


.twitter-feed h2 {font-size: 14px;}




 hr.twitter-feed {
    border: none;
    /* top    */ border-top: 1px solid #fff;
    /* middle */ background-color: #fff; color: #fff;
    height: 1px; width: 100%;
    *height: 2px; /* IE6+7 need the total height */
   
}



.btn-top { margin-top: 40px}








</pre></body></html>