html, body {
    background-color: white;
    margin: 0;
    padding: 0;
	 height: 100%;
	 width: 100%;
}
#widget {
    position: relative;
    width: 100%;
    height: 100%;
}

#tweets {
    overflow: auto;
    font-size: 0.85em;
    background: white;

    height: 350px;
}
.clearhack {
    clear: left;
}
.tweet {
    padding: 10px 5px 10px 5px;
    padding-left: 10px;
    line-height: 1.2;
}
.tweet.first {
    border-top: 0 none;
}
.tweet img {
    border: 0 none;
    float: left;
    display: block;

}
.tweetmain {
    margin-left: 45px;
	padding:2px;
	
}
.tweettext {
    color: #3f424e;
}
.tweetago {
    color: #888;
    font-size: 0.9em;
    font-style: italic;
}
a {
    color: #71b5db;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.followbox {
    text-align: left;
    background: white;
    font-size: 12px;
    line-height: 31px;
    vertical-align: middle;
    position: relative;
    top: 10px;
    height: 31px;
    width: 446px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.followtextwrapper {
    text-align: center;
    padding-right: 26px;
    background: url(http://cdn1.ustream.tv/socialfeed/follow.png) no-repeat right top;
    width: 175px;
    float: left;
}
.followtext {
    color: #132a3c;
    font-size: 12px;
    font-family: 'Lucida Grande', Arial, sans-serif;
}
.followlogo {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
.followname {
    vertical-align: middle;
    font-size: 20px;
    color: #132a3c;
    font-weight: bold;
}
.followbutton {
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #E6E6E6;
    color: black;
    border: 1px solid #CCC;
    cursor: pointer;
    font-size: 10px;
    width: 75px;
    padding: 4px 8px;
}
.followbutton:hover, .followbutton:focus {
    background: #D5D5D5;
}
.followedcheck {
    position: absolute;
    right: 50px;
    top: 11px;
}

