/* quick fixes */

.selected-video {
    background-color: grey !important;
}

#brandStatsTable.table_list_2 .ng2-auto-complete-wrapper .ng2-auto-complete > ul {
    color:#e6e6e6;
}

.wrap-text-to-container { 
  /* These are technically the same, but use both for different browser support */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
 }

 .customDropdownSize ul {
    max-height: 400px !important;
 }