

.table_blur_report {
   background: #E8D784FF;
   border-collapse: collapse;
   text-align: left;
   border-radius: 30px;
   border-style: solid;
   width: 100%;
/*   font-family: 'Courier New', 'Roboto Mono', 'SF mono', monopace;*/
}

.table_blur_report th {
   border-top: 1px solid #777777;
   border-bottom: 1px solid #777777;
   box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
   background: linear-gradient(#9595b6, #5a567f);
   color: white;
   padding: 1px 1px;
   position: relative;
   font-size: 7px;
   /*font-size: clamp(12px, calc(12px + (100vw - 480px) * 12 / 1440), 24px);*/
   /* font-size: calc( (100vw - 480px)/(1920 - 1024) * (24 - 16) + 2px);*/
   
}

.table_blur_report  th:after {
   content: "";
   display: block;
   position: relative;
   left: 0;
   top: 25%;
   height: 25%;
   width: 100%;
   background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .08));
}

.table_blur_report  tr:nth-child(odd) {
   background: #E8D784FF;
}

.table_blur_report  th:first-child {
   border-left: 1px solid #777777;
   border-bottom: 1px solid #777777;
   box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}

.table_blur_report  th:last-child {
   border-right: 1px solid #777777;
   border-bottom: 1px solid #777777;
   box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}

.table_blur_report  td {
   border: 1px solid gray;
   padding: 2px 2px;
   position: relative;
   font-size: 9px; /*clamp(7px, 1.3vw, 11px);*/
   white-spce: nowrap;
   /*font-size: calc( (100vw - 480px)/(1920 - 1024) * (24 - 16) + 2px);*/
   /*transition: all 0.5s ease;*/
}

/*.table_blur_report  tbody:hover td {*/
/*   color: transparent;*/
/*   text-shadow: 0 0 3px #a09f9d;*/
/*}*/

/*.table_blur_report  tbody:hover tr:hover td {*/
/*   color: #444444;*/
/*   text-shadow: none;*/
/*}*/
