<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.my_tab, table.my_tab0 {
 color:#111;
 border: 1px solid rgba(5,5,5,0.3);
 border-radius: 5px;
 font-size: 14px !important;
 box-shadow: 5px 5px 9px -7px rgba(0,0,0,0.57);
 background-color: rgba(255, 255, 255, 0.9);
 margin: 10px;
 padding: 0px;
 width: 99%;
 text-align: left;
 border-collapse: collapse;
}
.my_tab td, .my_tab0 td {
 border-bottom: 1px solid rgba(5,5,5,0.1);
 border-right:  1px dotted rgba(5,5,5,0.3);
 padding: 4px;
 padding-left: 8px;
 padding-right: 8px;
 font-size: 14px;
 display: table-cell;
}
.my_tab  tr:nth-child(even) { background-color: rgba(100, 100, 100, 0.08); }
.my_tab  tr:nth-child(odd)  { background-color: rgba(100, 100, 100, 0.2);  }
.my_tab0 tr:nth-child(even) { background-color: rgba(100, 100, 100, 0.08); }
.my_tab0 tr:nth-child(odd)  { background-color: rgba(100, 100, 100, 0.13); }

.my_tab tr:hover {
 background-color: rgba(76,175,80, 0.3);
 box-shadow: 5px 5px 9px -7px rgba(0,0,0,097);
 border-bottom:0px solid red;
 }
.my_tab th, table.my_table td, .my_tab0 th, table.my_table0 td {
 color: #111;
  text-align: left;
  padding: 8px;
 font-size: 5mm;
}
.my_tab th,.my_tab0 th {
  background-color: #d7d6cc;
  border-bottom: 1px solid rgba(143, 140, 112, 0.4);
 font-size: 5mm;
  color: rgb( 100, 100, 100 );
  box-shadow: 5px 5px 9px -7px rgba(0,0,0,0.57);
}</pre></body></html>