#map{
	width:100%;
	height:350px;
	margin:0px;
	padding:0px;
}

#stream {
	width:100%;
    background-color: white;  
}

#stream ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    position:relative;
}
#stream li {
   width:100%;
   overflow: hidden;
   clear: both;
   border-bottom: 1px black dashed;
}


#stream .propic {
    float:left;
	padding:10px 10px 10px 0px;
}

#stream .gamepic {
    float:right;
	padding:10px 0px 10px 10px;
}

#stream .content {
    float:left;
	width:428px;
	line-height: 24px;
	vertical-align: middle;
	height:96px;
	padding: 10px 0px;
    //border: 1px green solid;	
    text-align: left;    
}

#stream .spygame {
    float:left;
	width:402px;
	line-height: 14px;
	vertical-align: middle;
	padding:5px;
	margin:10px;
    text-align: left;
    font-weight: bold;
    background-color: white;
    //border: 1px red solid;
}

#stream .streamWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}


.bubble img {
	float:left;
	border: 1px solid #999;
}

.bubble span {
	margin: 0;
	padding: 10px;
	font-size: 0.8em;
}

#subtags{
background-color:#efefef;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration:none;
}

#subtags:hover{background-color:#dadada;}