#wbgs_message{
    margin: 0px;
    padding: 0px;
}

td {
      padding: 10px;
    }

    input[type="radio"] {
      opacity: 0;
      position: absolute;
      width: 20px;
      height: 20px;
      margin: 0;
      cursor: pointer;
      z-index: 2;
    }

    .wbgs-checkmark {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 2px solid #666;
      border-radius: 50%;
      text-align: center;
      line-height: 18px;
      font-size: 14px;
      color: green;
      pointer-events: none;
    }

    input[type="radio"]:checked + .wbgs-checkmark::before {
      content: "✔";
    }

    #wbgs_loadingDiv{
      display:none;
      color: green;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .wbgs-edit-icon{
      text-align: center;
    }