.itemList {
  clear:both; /* the itemList rows overlap when the contributor images don't appear and have long alt names */
}
/* default to colour photos */
body .tb-img-circle {-webkit-filter: none;filter: none;}

/* ---------------------- robots ---------------------- */
/* normal mode for in-page direct served HTML 
 * we hide the whole thing because the player will render its own version
 */
body .in-page-answerPack { 
    display:none!important;
}
.bot-mode-answerpack #loading,
.bot-mode-answerpack #result-list div button,
.bot-mode-answerpack #result-list .tb-closeform,
.bot-mode-answerpack #result-list .item-closeBtn,
.bot-mode-answerpack #result-list .audio-player {
  display:none;
}
.bot-mode-answerpack #result-list .tag-links button {
  display:block;
}

/* ---------------------- Single video template ---------------------- */
/*
.single-video .answerPack .itemList,
.single-video .answerPack .item-closeBtn,
.single-video .answerPack .video-title-exp,
.single-video .answerPack .item-description a,
.single-video .answerPack .item-detail,
.single-video .answerPack #loading,
.single-video .answerPack .tb-closeform,
.single-video .answerPack .tb-form-contributor-details {
  display:none;
}
.single-video .answerPack .video-total-div {
  float:right;
  margin-bottom:-30px;
}
*/