/*** hide the turkey icon ***/
.-open-ended-score-img {
	display: none;
}

/*** hide assignment score ***/
#assignmentScoreValue {
	display: none !important;
}

/*** hide Ad banner from Inbox and Community ***/
@media screen and (min-width: 650px) {
  #inboxWrapper #firstCol {
      width: 30%;
  }
  #inboxWrapper #secondCol {
      width: 70%;
  }
}

#socialWrapper #adsWrapper {
      display: none;
}


.order-item-img.js-product-image.js-non-editable {
  background-image: none !important;
}
order-item-img {
  background-image: none !important;
}