/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #fffff3;
  font:11px arial; color:#777;text-decoration:none;style="padding:9px;"
}
.feed-container .content .item{margin:0 0 7px 0;padding:0 0 7px 0;border-bottom:1px dashed #CCCCCC;
}
.feed-container .content .item .title { margin:1px 0 1px 3px;padding:1px 2px 1px 3px;color:#5a4860;font-weight:bold;
}
.feed-container .header .title { margin:0;padding:0;font-weight:bold;
}
.feed-container .content .item .description { margin:0 0 0 3px;padding:0 2px 0 3px;color:#777; 
}
a:link, a:visited, a:active { 
font:11px arial; color:#777;text-decoration:none;
}

      
::-webkit-scrollbar-thumb {
background-color: #c2c9b5;  
border-radius: 0px;
border:1px solid #ccc;
}
::-webkit-scrollbar {
width: 8px; height: 0px; 
background: transparent;
}

      

