
#tweets {

   width:210px;
float: right;
text-align: left;
margin-right:20px;
padding:20px 0px  10px 0px;
    margin: 0 auto;

}

#tweets .twtr-widget,
#tweets .twtr-doc {

    width: 100%;
    height: auto;
}


 .twtr-hd,.twtr-ft {
    display: none;
}


 .twtr-hd *,
.twtr-hd h4 a {

    background: #d40 !important;

}

#tweets .twtr-hd h3,
#tweets .twtr-hd h4 {

    font-weight: normal;
    text-align: center;

}

#tweets .twtr-hd h3 {

    background: #fff !important;
    color: #333 !important;
    font-size: 1.5em !important;
    padding: 0.2em !important;
       border-radius: 3px;

}

#tweets .twtr-tweet {

    background: #fff;

}

#tweets .twtr-ft
{
  display: none;
}


#tweets .twtr-tweet a:link,
#tweets .twtr-tweet a:visited,
#tweets .twtr-tweet a:hover {

    color: #c40 !important;

}

#tweets .twtr-tweet .twtr-tweet-text {

    border-bottom: 2px dashed #666 !important;
    padding-bottom: 4px !important;

}


#tweets .twtr-tweet .twtr-tweet-text p {

    color: #333 !important;

}