﻿.tweet
{
display: block;
background: #333;
clear: both;
padding: .6em;
margin: .3em;
overflow: hidden;
position:relative;
}

.tweetSeparator
{
display: block;
background: #aaa;
clear: both;
padding: .6em;
margin: .3em;
overflow: hidden;
position:relative;
color: White;
text-align: center;
font-weight: bold;
}

.tweet img
{
float: left;
margin-right: 1em;
border: 2px solid #222;
background: #444;
}

.tweet div
{
color: #efefef;
margin: 0;
padding: 0;
margin-left: 60px;
}

.tweet span.twAuthor
{
    position:absolute;
    left: 70px;
    bottom: .5em;
    font-weight:bold;
}

.tweet span.twDate
{
    position:absolute;
    right: 1em;
    bottom: .5em;
    color: #666;
    font-weight:bold;
}

.monitter 
{
float: left;
/*width: 280px;*/
margin: 5px;
border: 4px solid #666;
background: #666; 
overflow:hidden;
}

.tweet a 
{
font-family: verdana;
font-size: 11px;
color: #efefef;
}

#tweets
{
font-family: verdana;
font-size: 11px;
color: #efefef;
}

/* This class is dynamically added to the search input box */
.searchbox
{
    margin: .3em;
    width: 25em;
    color: #aaa;
}

.twSearch a, .twSearch a:link, .twSearch a:active, .twSearch a:visited
{
color: #efefef;
}

.twSearch a:hover
{
color: #c00;
}