body {
  background-color: #020E11;
  font-family: Helvetica, Arial, san-serif;
  margin: 0;
  overflow-y:hidden;
  overflow-x:hidden;
  color: white;
}

img{
  border:0px;
}

a{
	text-decoration:none;
	color:#F4DD2F;
}

a:hover{
	border-bottom:1px dotted #122842;
}

.icons img {
  cursor:pointer;
}


.post {
  width:320px;
  margin:0px;
  padding:0;
  border-bottom: 1px solid gray;
  position:relative;
}

.post table{
  width:320px;
}

td.status-body {
  width:100%;
  font-size: 12px;
  padding-left: 4px;
  line-height: 1.4em;
  padding-top:0px;
  padding-bottom:0px;
  margin:0px;
  word-wrap: break-word;
}

.the-message, td.status-body p{
	word-wrap: break-word;
}

td.username {
	padding: 3px;
}

.icons {
  padding-right: 2px;
  width:34px;
  visibility:hidden;
}

.post-hidden {
  display:none;
}

.highlight {
  background-color: #333;
}

.active {
  background-color: white;
  color:black;
}

#updates {
	position: relative;
  margin:0 auto;
  margin-top: 10px;
  width: 320px;
  	z-index: 1;
  
}

#poweredby{
		position: absolute;
		bottom: 0;
		font-size: 10px;
		text-align: center;
		background-color: white;
		width: 320px;
		z-index: 3;
}	


#custom{
		position: absolute;
		bottom: 12px;
		font-size: 12px;
		text-align: center;
		background-color: white;
		width: 320px;
		z-index: 2;	
}
#custom-hidden{
	display: none;	
}


















