/** hide voting and social sharing */
.KbDetailLtContainer__review{
  display: none;
}
@media only screen and (max-width:768px){
  .KbDetailLtContainer__review{
    display:none;
  }
}

