.radio-group {
    display: flex;
    flex-direction: row;  
    margin-bottom: 3px;
    margin-top: 5px;
  }

  .buttontype {
    display: flex;
    flex-direction: column;  
  }

  .col-33 {
    width: 100%;
    justify-content: left;
    align-items: left;
  }

  .radio-group:hover {
    border-bottom: 3px solid #D6EAF8;
  }

  .gnrcheckbox {
    margin: 3px auto;
    padding: 3px;
    margin-left: 10px;
  }