.StripeTable table {
  border-collapse: collapse;
  border-spacing: 2;
  width: 100px;
  min-width: 10000px;  
}
th, td {
  vertical-align: middle;
  padding: 2px 2px; 
  border: 1px solid #ccc;
  font-size: 12px;
  text-align: center;
}
th {
  color: #000000;
  background: #6EA4CA;
}
._sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
._sticky:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
._sticky.z-02 {
  z-index: 2;
}

.StripeTable tr:nth-child(odd) {
    background-color:#00000;
}

.StripeTable tr:nth-child(even) {
  background-color:#ABE1FA;
}

._n {
  background-color:#FFFF00;
}

._nn {
  background-color:#FF3300;
}
/*===========
common
===========*/
 
