.comments_listing li {
    width: 380px;
}

.side_nav .active {
    background: rgb(1, 159, 196);
    background: -moz-linear-gradient(top, rgba(1, 159, 196, 1) 0%, rgba(1, 140, 172, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1, 159, 196, 1)), color-stop(100%, rgba(1, 140, 172, 1)));
    background: -webkit-linear-gradient(top, rgba(1, 159, 196, 1) 0%, rgba(1, 140, 172, 1) 100%);
    background: -o-linear-gradient(top, rgba(1, 159, 196, 1) 0%, rgba(1, 140, 172, 1) 100%);
    background: -ms-linear-gradient(top, rgba(1, 159, 196, 1) 0%, rgba(1, 140, 172, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 159, 196, 1) 0%, rgba(1, 140, 172, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019fc4', endColorstr='#018cac', GradientType=0);
}