/* Printing */
body, #telus__chat__app, .chat__iframe__container, #transcript {
  background: white !important;
  color: #333 !important;
  height: auto !important; }

.chat__transcript__footer {
  display: none; }

.chat__send__message {
  display: none; }

.chat__message {
  margin: 0 !important; }

.chat__person {
  font-weight: bold; }

.chat__message__body {
  background-color: white !important;
  color: #333 !important;
  padding: 0 !important;
  font-size: 14px !important; }

#transcript {
  overflow: visible !important; }
