  .symbolExome {
    padding: 1px 4px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 3px;
    margin-left: 10px;
    background-color: rgb(70, 130, 180);
    color: white;
  }
  .symbolGenome {
    padding: 1px 4px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 3px;
    margin-left: 10px;
    background-color: rgb(115, 171, 61);
    color: white;
  }
  .dotConsequence {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
  }
  .dotConsequence ~ .dotConsequence {
    margin-left: 10px;
  }