.gw_list {
    clear: both;
}

.gw_list_avatar {
    float: left;
    margin-right: 8px;
}

.gw_list_avatar img {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}

.gw_list_title {
    overflow: hidden;
    line-height: 14px;
}

.gw_list_title a {
    overflow: hidden;
    line-height: 14px;
    color:#fff;
}

.gw_list_foot {
    font-size: 11px;
	line-height: 14px;
    margin-bottom: 3px;
	color: #95a5a6;
	text-align: right;
}

.gw_list_foot a{
    text-decoration: none;
	color: #fff;
}

.wgb_group_list {
    min-height: 64px;
    margin-bottom: 10px;
}

.wgb_group_title a {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

.wgb_group_image {
    float: left;
    margin-right: 10px;
}

.wgb_group_image a{
    background-image: url('/upload/000/u1/000/984349bf.jpg');
    width: 64px;
    height: 64px;
    display: block;
	border-radius: 5px;
}

.wgb_group_image a:hover{
    opacity: 0.8;
}

.wgb_group_desc {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-top: 5px;
    color: darkgrey;
}

.wgb_alt_block {
    width: 120px;
    height: 170px;
    display: inline-block;
    overflow: hidden;
	margin-right: 10px;
}

.wgb_alt_img {
    width: 120px;
    height: 120px;
    display: block;
    background-size: cover;
    border-radius: 5px;
}

.wgb_alt_img:hover {
    opacity:0.8;
}

.wgb_alt_title {
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 5px 0;
}

.wgb_alt_dsc {
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    overflow: hidden;
    text-align: center;
    display: block;
	color: darkgray;
}

/*/////////////////////////////////////////////////////////*/

@media screen and (max-width:480px) {
	#left_column div{
		width:94%;
	}
	#group_profile div#left_column{
		float: none;
	}
}

@media screen and (max-width:320px) {
	#left_column div{
		width:91%;
	}
}