.toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 300;
  gap: 8px;
  padding: 4px 6px;
  margin-left: 16px; /* indent */
}


.icon-box {
  width: 20px;
  height: 20px;
  border: 1.5px solid #0a58ca;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;  
  line-height: 1;
  color: #0a58ca;
  background: #fff;
}

.simple-table td, .simple-table tr, .simple-table th {
  border: 1px solid black;
  padding: 6px;
}

.simple-table th {
font-weight: bold;
}

div .content {
   margin-left: 100px; 
}