/*
Theme Name: Airnet
Theme URI: https://taurusmedia.ie/
Description: This is a custom child theme for Salient
Author: Taurusmedia
Author URI: https://taurusmedia.ie
Template: salient
Version: 0.28
*/
.tvChannelsTable thead tr th {
    vertical-align: middle;
}
.tvChannelsTable .chan_text {
    font-size: 1em !IMPORTANT;
    font-weight: bold;
}
.tvChannelsTable img {
    height: 60px !Important;
    object-fit: contain;
}
@media screen and (max-width:550px) {
  .tvChannelsTable * {
    font-size: 1em !important;
  }
  .tvChannelsTable img {
    height: 30px !IMPORTANT;
  }
}
@media screen and (max-width:1000px) {
  .overflow-scroll {
    overflow-x: auto;
  }
  .tvChannelsTable.tableOverflow {
    table-layout:auto;
  }
  .tvChannelsTable * {
    font-size: 1em !important;
  }
  .tvChannelsTable img {
    height: 30px !IMPORTANT;
    min-width: 55px;
  }
}
