/* LESS: /cms/templates/1/stylesheet/teamfeed.less */
body {
  background-color: transparent !important;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
body > div.ng-scope > #teamfeedContainer {
  background-color: transparent;
}
/*# sourceMappingURL=teamfeed.css.map */


