.riskbox {
  border: 1px solid #bf1e2d !important;
  border-collapse: collapse;
  margin: 0 0 10px 0;
  width: auto;
}
.riskbox .icon-box {
  padding: 5px 4px;
  text-align: center;
  background-color: #f9eff2;
}
.riskbox .icon-box .icon {
  color: #bf1e2d;
}
.riskbox table.risks {
  margin: 0;
  background: inherit;
}
.riskbox table.risks td {
  text-align: left;
  vertical-align: top;
  width: auto;
}
.riskbox table.risks th {
  font-weight: bold;
  text-align: left;
}
