@media all
{

    .channel_description_container {
        margin: 0px;
    }

    #commentstitle {
        font-size: 100%;
    }

    .sharethis_container.channeldetail {
        margin: 0px;
        border: 0px;
        float: right;
        width: 400px;
        margin: 0;
        position: absolute;
        right: 0px;
        top: 10px;
    }
    .channel_game {
        position: absolute;
        right: 40px;
        top: 55px;
        z-index: 10;
    }
    .channel_language {
        position: absolute;
        left: 35px;
        top: 57px;
        z-index: 10;
    }
    .channel_settings {
        position: absolute;
        right: 10px;
        top: 10px;        
    }
    .channel_description_short {
    }
    
    .channel_status {
        margin-bottom: 0px;
        font-weight: normal;
        font-size: 100%;
        position: absolute;
        left: 43px;
        top: 98px;
    }


    
    .channellisting_ultracompact_container {
        position: absolute;
        bottom: -124px;
        left: 2px;
    }
    .channellisting_ultracompact_item {
        width: 100px;
        height: 100px;
        float: left;
        background-image:  url(../../images/csgo/channellisting_ultracompact_bg.png);
        margin: 0 0 0px 0 1px;
    }
    .channellisting_ultracompact_more {
        width: 100px;
        height: 100px;
        background-image:  url(../../images/csgo/channellisting_ultracompact_more.png);
    }
    .channellisting_ultracompact_more:hover {
        background-image:  url(../../images/csgo/channellisting_ultracompact_more_hover.png);
    }
    .channellisting_ultracompact_item a { 
        color: #aaa;
    }
    .channellisting_ultracompact_item a:visited { 
        color: #aaa;
    }
    .channellisting_ultracompact_item a:hover { 
        text-decoration: none;        
        color: #fff;
    }
    .channellisting_ultracompact_item:hover {
        background-color: #333;
    }
    .channellisting_ultracompact_item_preview {
        width: 98px;
        height: 57px;        
        margin: 1px 1px 5px 1px;
    }
    .channellisting_ultracompact_item_language {
        margin: 0px 5px 5px 5px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;        
    }
    .channellisting_ultracompact_item_language img {
        width: 16px;
        height: 10px;
    }
    .channellisting_ultracompact_item_title {
        margin: 0px 5px 5px 5px;
        font-size: 11px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;        
    }
    

 	#chat_docked {  
		right: 20px;
		margin-left: 0px;
		position: absolute;
		z-index: 100000;
		height: 421px;
		width: 410px;
		top: 280px;
		padding: 4px 4px 2px 4px;
		background-color: #3070ce;
		border-top:1px #ccc solid;
		border-left:1px #ccc solid;
		border-right:1px #ccc solid;
		#border-bottom:1px #333 solid;
	}

	.chat_dock_toggle {
		height: 20px;
		float: right;
	}
	.chat_normal_toggle {
		position: relative;
		top: 10px;
		height: 20px;
		float: right;
	}
	.chat_dock_title {
		float: left;
		color: #fff;
	}

   
    .chat_dock_toggle a {
        color: #CCC;
    }
    .channel_popout {
        position: absolute;
        right: 90px;
        top: 528px;
        z-index: 10000;
    }

    
    #streamselector {
        position: absolute;
        z-index: 100;
        top: 698px;
        left: 397px;
    }
 

    .channel_selector_container {
        font-size: 13px;
    }
    .channel_selector_container a {
        text-decoration: none;
        color: #ccc;
    }
    .channel_selector_container a:hover {
        text-decoration: underline;
        color: #fff;
    }
    .channel_selector_current {
        width: 202px;
        height: 25px;
        padding: 27px 0 0 10px;
        cursor: pointer;
        background-image:  url(../../../wcs1/img/channel_selector_bg.png);
    }
    .channel_selector_language {
    
    }
    .channel_selector_name {
    
    }
    .channel_selector_viewers {
        color: #666;
        font-size: 80%;
    }
    .channel_selector_others {
        background-color: #000;
        padding: 10px;
        border: 1px solid #222;
        display: none;
    }
    .channel_selector_others ul {
        padding: 0;
        margin: 0;        
    }
    .channel_selector_others ul li {
        padding: 0;
        margin: 0;
        line-height: 22px;
        list-style-type: none;
    }

 

}