.dcwss.dc-wall .stream li {
    width: 22% !important;
    margin: 0 15px 30px 15px !important;
    -webkit-border-radius: 4px;
    -moz-box-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
    box-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
.stream li .section-intro, 
.filter a:hover, 
.wall-outer .dcsns-toolbar .filter a.iso-active {
    background-color: #fff;
    border-top: 1px solid #ecece9;
    padding: 10px 15px;
}
.dcwss.dc-wall .stream li .section-intro {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: #000 !important;
}
.socicon {
    color: inherit !important;
}
.stream li .section-intro a,
.stream li .section-intro a:hover {
    color: #000 !important;
}
.dcwss.dc-wall .stream li .section-intro a {
    text-decoration: none !important;
}
.dcwss.dc-wall .stream li .section-intro a:hover {
    text-decoration: underline !important;
}
