﻿.newsfeed .content-container{
    width:100%;    
    height:300px;
    overflow-y:scroll;
}
.newsfeed  td {
    font-family: 'Droid Arabic Naskh', Arial !important;
    font-size: 14px !important;
    line-height: 150%;
}
#scroll_div::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
#scroll_div::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#scroll_div::-webkit-scrollbar-thumb {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 50px;
}
#scroll_div::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
#scroll_div::-webkit-scrollbar-thumb:active {
  background: #000000;
}
#scroll_div::-webkit-scrollbar-track {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 50px;
}
#scroll_div::-webkit-scrollbar-track:hover {
  background: #000000;
}
#scroll_div::-webkit-scrollbar-track:active {
  background: #000000;
}
#scroll_div::-webkit-scrollbar-corner {
  background: transparent;
}
