.twit {   
  position: relative;
  padding-bottom: 30px;
}
#twtr-widget-1 {   
  position: relative;
  width: 230px;
  height: 290px;
  margin: 0px 0px 0px 10px;
  padding: 0;
  overflow: hidden; 
}

.twtr-tweet a {
color:#fa0808;
}

.twtr-doc {
  width: 220px;
  height: auto;
  margin: 0;
  padding: 0;
 }
/* Блок автора с именем и аватаром - скрытый  */

.twtr-hd {      
  position: absolute; top: -100px; right: 0;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden; 
}
/* Контейнер для твиттов  */

.twtr-bd {    
  width: 220px;
  height: auto;
  margin: -20px 0 0 0;
  padding: 0;
}
/* Контейнер для твиттов. Размер указан в коде. */

.twtr-tweets { 
  overflow: hidden; 
}
/* Контейнер для отдельного твитта */

.twtr-tweet  { 
  width: 210px;
  height: 70px;
  border: 0px solid #d4d4d4 !important; 
  margin: 0 0 0px 0;
  overflow: hidden; 
}
/* Внутренний Контейнер для отдельного твитта */

.twtr-tweet-wrap { 
  width: 220px;
  height: auto;
}
/* Аватар  */

.twtr-avatar { 
  position: relative;
  width: 30px !important;
  height: 30px !important;
  border: 0px solid #ccc !important; 
  border-radius: 50px;
  margin: 3px 0 0 0; 
}
.twtr-img a img {   
  width: 30px !important;
   border-radius: 50px;
  height: 30px !important;
}
/* Блок для текста для отдельного твитта */

.twtr-tweet-text {     
  position: relative;
  width: 160px;
  font-family:Century;
  height: 58px;
  overflow: hidden; 
}
.twtr-tweet-text em {  
  position: absolute; bottom: -20px; left: 0px;
  width: 213px; 
  height: 15px;
  padding: 0;
  font-size: 10px;
}

/* Скрытые блоки */
 
.twtr-hd h3, .twtr-hd h4, .twtr-ft img {
  display: none;
}

#twitIcon {
  background: url('/wp-content/themes/Qiwit/images/img/twitter.png') no-repeat;
  width: 46px; 
  height: 46px;
  margin: 10px auto 0px auto;
}

