/***
**************************************************
addressing content block that contains third-party content feed 
**************************************************
***/
#comtext {
  /* featured image */
}
#comtext img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#comtext {
  /* enforcing styling on tables with 3 columns */
}
@media (992px < width) {
  #comtext table thead th:first-child, #comtext table thead th:nth-child(2) {
    width: 15%;
  }
  #comtext table thead th:last-child {
    width: 70%;
  }
}
@media (width < 992px) {
  #comtext table thead th:first-child, #comtext table thead th:nth-child(2) {
    width: 25%;
  }
  #comtext table thead th:last-child {
    width: 50%;
  }
}
@media (992px < width) {
  #comtext table tbody td:first-child, #comtext table tbody td:nth-child(2) {
    width: 15%;
  }
  #comtext table tbody td:last-child {
    width: 70%;
  }
}
@media (width < 992px) {
  #comtext table tbody td:first-child, #comtext table tbody td:nth-child(2) {
    width: 25%;
  }
  #comtext table tbody td:last-child {
    width: 50%;
  }
}
#comtext table tbody td {
  color: #000;
}
#comtext table tbody td a {
  color: #000 !important;
  font-weight: 600;
}
#comtext table tbody td a:hover, #comtext table tbody td a:focus {
  color: #1d5eb5 !important;
}
#comtext table tbody td:first-child {
  font-weight: 600;
}
#comtext table tbody td:nth-child(2) {
  color: #000;
}/*# sourceMappingURL=feed-ui.css.map */