.news-comments {
    width: 100%;
    background-color: #F0F0F0;
}

#disqus_thread {
    width: 50%;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #F0F0F0;
}

#disqus_thread a {
    color: #E96401 !important;
}

@media (min-width:768px) and (max-width:991px) {
    #disqus_thread {
        width: 70%;
    }
}

@media (max-width:767px) {
    #disqus_thread {
        width: 90%;
    }
}