td[height="1"] img{
height:1px !important;;
}

.td-hidden { display:none !important;}

@media (max-width: 989px) {
  

table[width="990"],
  table[width="800"],
  table[width="780"],
  table[width="750"] {
    width: 100% !important;
    max-width: 100%;
  }

  
table {
    max-width: 100%;
    height: auto !important;
  }

 
img {
    max-width: 100%;
  height: auto !important;
}

 
td {
    word-break: break-word;
  }


.article-row {
	display: flex  !important;
	flex-direction: column;
	width: 100% !important;
}
.article-row > td {
	display: block;
	width: 100% !important;
}
.article-row > td:first-child > table {
	width: auto !important;
	max-width: 100%;
	margin 0 auto;
}
.search select[name="BrowseSub2_ID"] {
                 width:100%;
}
.search td[width="240"] {
                width: auto !important;
}


}


@media (max-width: 767px) {
  
body {
    font-size: 14px;
    line-height: 1.7;
  }

 
td:not[height="1"]{ padding: 5 !important; }
table[width]:not([width*="%"]) {
    width: 100% !important;
  }

}