/*
Please put all new CSS for the UTexas News theme in this file with some relevant comments so we know which scss file to put it in once SASS is installed in the theme.
*/

/* Removes the gray backround and border to all the oEmbed divs in news articles. */
.oembed{
  border: 0;
  background: none;
  float: none;
}
/* Hides the oEmbed titles based on the div class .oembed-title. */
.oembed .oembed-title{
  display:none;
}
/* Adjust tablesaw behavior */
.tablesaw.tablesaw-stack tr{
      width: auto !important;
}
.tablesaw.tablesaw-stack img{
      width: inherit;
}

.tablesaw-stack tbody td{
    display: block;
    width: auto !important;
}

