
.table-risk {
  width: 100%;

  padding: 0px !important;
  /* text-align: left !important; */
  background-color: #f8f8f8;
 
  margin-top:10px
}
.sum-row-risk{
  border:2px solid grey;
}
.table-risk td {
  font-size: 8px;
  text-align: center !important;
  width: 50px;
}
@media only screen and (max-width: 1000px) {
  .table-risk {
    width: 550px !important;
    /* transform: scale(0.5); */
  }
  .table-risk td {
    font-size: 3px;
    padding: 0.1px;
    width: 18px;
  }
  .table-risk tr {
    height: 5px;
  }
}
