 td { border: 0; vertical-align: top}

.buttonBar {
    text-align: center;
    margin: 8px;
}

/* TaskNode styles */
/* midford:May-3-2021 left these gif's alone as they're buried in yui */
.ygtvspacer { height: 10px; width: 18px; }
.ygtvcheck0 { background: url(https://biocyc.org/yui/examples/treeview/assets/img/check/check0.gif) 0 0 no-repeat; width:16px; cursor:pointer }
.ygtvcheck1 { background: url(https://biocyc.org/yui/examples/treeview/assets/img/check/check1.gif) 0 0 no-repeat; width:16px; cursor:pointer }
.ygtvcheck2 { background: url(https://biocyc.org/yui/examples/treeview/assets/img/check/check2.gif) 0 0 no-repeat; width:16px; cursor:pointer }

/* Module footer */
.searchForm .ft { font-size: 80%; 
      width:50em; 
      text-align: left; 
      margin-left: 2em;
      padding-bottom: 5px;
      line-height: 1.375em;
    } 

/* Module body */
.searchForm .bd { text-align: left; 
      margin-left: 2em; 
      padding-top: .5em;
      margin-bottom: .5em;
    }

/* Section Header bar */
.secbar, .secbar:hover {
    height: 1.5em; 
    margin: 2px; 
    text-align: left; 
    padding-left: 2.5em;
    padding-top: .1em;
    background-repeat:no-repeat;
    background-position: 1em center;
    display: block;
    text-decoration: none;
    color: inherit;
}

.open { 
  background-image: url('https://biocyc.org/check2.png');
  background-color: #9899bc; 
}

.closed { 
  background-image: url("https://biocyc.org/check0.png");
  background-color: #c3c4c6; 
}

.closed.multikb {
  background-color: #BB7A3A99; 
}

#goEvCodes {
    display: flex;
    justify-content: space-between;
}

#multiKBlist {
    margin: 6px;
    padding: 4px 6px;
    border: #c2c2c2 solid 1px;
    width: max-content;
    min-width: 300px;
    height: 100px;
    overflow: scroll;
}


#getSmilesData {
    margin-bottom: 15px;
}

.flexAlign {
    display: flex;
    align-content: center;
}

#JSMESearch {
    margin-top: 10px;
}

.RadioNotClicked {
    width: 12px;
    max-width: 12px;
    height: 12px;
    max-height: 12px;
    padding: 0;
    border-radius: 90px;
    margin-bottom: -19px;
    margin-right: 3px;
    margin-left: 10px;
    border: 1px solid gray;
    background: transparent;
    margin-top: 3px;
}

.RadioClicked {
    width: 8px;
    max-width: 8px !important;
    max-height: 8px;
    height: 8px;
    padding: 0px;
    border-radius: 90px;
    margin-bottom: -15px;
    margin-right: 3px;
    outline: 1px solid dodgerblue;
    margin-left: 10px;
    background: dodgerblue;
    border-inline: 2.8px solid white;
    box-shadow: none;
    outline-offset: 1px;
    border: 1.5px solid white;
    margin-right: 6px;
    margin-top: 4px;
}

input[type=radio] {
    accent-color: dodgerblue;
}
