
table, th, td {
border: 0px  Black;
font-size:8pt;
font-family: Verdana, Helvetica, sans-serif;

}


tr.search_list:nth-of-type(even) { background:#b0e3ff; }
/* if the browser window is at least 800px-s wide: */
@media screen and (max-width: 480px) {
  table {
  	border:0px;
  width: 100%; 
  font-size:8pt;
  font-family: Verdana, Helvetica, sans-serif;
  }
  img {
  	width: auto;
  	height: auto;
  }
  tr.search_list1:nth-of-type(even) { background:#b0e3ff; }
}

