/*
 * Style for Twitter Widget
 */

.tweet-list {
    padding: 0;
    list-style: none;
}

.tweet-list-item {
    border-bottom: 2px solid #70cff5;
    padding: 10px 15px 10px 15px;
	overflow: hidden;
}

.tweet-date {
    color: #999;
    font-size: 11px;
    margin-top: 3px;
}