.twtr-widget {
    float: left;
    width: 150px;
    height: 400px;
    margin: 0;
    padding: 0 0 15px;
    background: #ffffff;
}
.twtr-bd {
    width: 160px;
    height: 400px;
}
.twtr-timeline {
    overflow-y: scroll !important;
}
.twtr-widget .twtr-bd .twtr-tweet {
    margin: 5px 0 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #cecece;
}
.twtr-tweet:before {
    display: block;
    float: left;
    margin: -5px 0 0 5px;
    font-size: 50px;
    color: #bababa;
    text-shadow: 0 1px 1px #909090;
    font-family: "times new roman", serif;
}
.twtr-ft {
    display: none;
}​