@charset "utf-8";
/* CSS Document */

#tweet-wrapper {
   float: left;
   width: 270px;   /*sidebar width*/
   margin: 10px 0 20px;
   padding: 0;
   }

.twtr-hd, .twtr-ft {display: none;}   /*to hide widgets header and footer*/

.twtr-bd {
   /*font: normal normal .9em Arial, Sans-serif;*/
   }

.twtr-timeline {
   padding-bottom: 16px !important;
   }

.twtr-tweet {
   float: left;
   width: 350px;   /*less 22px for border and padding*/
   border-bottom:dotted #4d4d4d;
   padding: 10px 10px 0px !important;
   }

#tweet-link {
   float: left;
   width: 270px;   /*sidebar and image width*/
   height: 110px;   /*image height*/
   margin: -10px 0 0;
   padding: 0;
   }

#tweet-link a {
   display: block;
   width: 270px;
   height: 110px;
   text-indent: -9999px;
   }

#tweet-link a:hover {
   background-position: 0px -110px;
   }