@charset "UTF-8"; 
.wall_module {
	width: 100%;
} 
 .bp_post {
        color:#363636;
        padding: 15px 0;
        margin-top: -1px;
        border: solid #e7e8ec;
        border-width: 1px 0;
		text-align:left;
		font-family: Montserrat;
    }
    .bp_thumb {
        float: left;
    }
    .bp_thumb, .bp_img {
        width: 50px;
        height: 50px;
    }
    .bp_img {
        border-radius: 50%;
        overflow: hidden;
    }
    .bp_info {
        margin-left: 62px;
    }
    .bp_author_wrap {
        line-height: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bp_author {
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #42648b;
    }
    a.bp_date {
        color: #939393;
        font-size:11px;
        
    }
    a.img.imgvk, img.imgvk {
        height:150px;
        margin:5px;    
    }
    
@media only screen and (max-width: 479px) {
    a.img.imgvk, img.imgvk {
        max-height:90px;
        max-width:120px;
        margin:3px;    
    }
    
    .bp_thumb, .bp_img {
        width: 40px;
        height: 40px;
		margin-left: 3px;
    } 
    .bp_info {
        margin-left: 50px;
    }
.bp_text {
	font-size: 14px;
}
}