html, * {
    padding: 0;
    margin: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: white;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #ff7926;
}
h1 { font-size: 3em; font-weight: bold; text-align: center; padding: 10px 0;}
h2 { font-size: 1.7em; font-weight: 800; text-align: center; padding: 5px 0;}
h3 { font-size: 1.79em; font-weight: 100; text-align: left; padding: 0 5px;}
p { font-size: 1.4em; font-weight: 100; text-align: start; padding: 9px 5px;}

hr.line { border: 0; height: 3px; background: white; color: white; margin: 10px 0 5px 0;}

#social { font-size: 1.1em; }
#social p { padding: 5px; }

.banner {
	text-align: justify;
	width: 190px;
	height: 100%;
	float: left;
}
.banner a, .banner a:hover {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}
.banner_bottom {
    z-index: -1;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.width_container {
    position: fixed;
	top: 0px;
    float: right;
    width: auto;
    padding-left: 185px;
    margin: 0 auto;
	height: 100%; /* for scroll */
}
.content, .banner { display: inline-block; }
#renderTweets {
    float: left;
    width: 100%;
	height: 100%;  /* for scroll */
	overflow-y: scroll; /* for scroll */
}
.tweet {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 16px 16px;
	padding: 10px;
	width: 367px;
	height: auto;
	display: inline;
	overflow: hidden;
	font-size: 1.3em;
}
.tweet a, .tweet a:visted, {
    text-decoration: none;
    color: #ff9933;
}
.bubble {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.info { display: block; }
.profile_photo, .profile_info {
    display: inline-block;
    padding: 0 5px 0 0;
}
.profile_photo img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    overflow: hidden;
}
.profile_info {
    position: relative;
    top: -10px;
}
.profile_info .user, .profile_info .user_name, .follow {
    font-size: 0.9em;
    display: block;
}
.profile_info .user {
    color: #333;
    font-weight: bold;
}
.profile_info .user a {
    color: #333;
    text-decoration: none;
}
.profile_info .user img {
    position: relative;
    top: 10px;
}
.profile_info .user_name a {
    font-weight: 100;
    color: #777;
    text-decoration: none;
}
.info .follow { float: right; }
.text {
    display: block;
    font-weight: 100;
    font-size: 0.9em;
    color: #333;
}
.text a {
    color: #ff9933;
    text-decoration: none;
}
.text a:hover { color: #333; }
.tweet hr {
    margin: 5px 0;
    border: 0;
    height: 1px;
    background: #ff9933;
    opacity: 0.6;
}
.icon {
    float: right;
    margin: 0 2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: 0px 0
}
.fav { background-image: url('https://si0.twimg.com/images/dev/cms/intents/icons/sprites/favorite-sprite.png') }
.replay { background-image: url('https://si0.twimg.com/images/dev/cms/intents/icons/sprites/reply-sprite.png') }
.retweet { background-image: url('https://si0.twimg.com/images/dev/cms/intents/icons/sprites/retweet-sprite.png') }
.icon:hover { background-position: 16px 0 }
.icon:active, .icon:visited { background-position: 32px 0 }
.icons, .time { display: inline-block; }
.time {
    float: left;
    color: #333;
    font-size: 0.8em;
}
.follow
{
	position: relative;
	top: 10px;
	background: url('/images/follow_button.png') no-repeat;
	width: 60px;
	height: 20px;
}