#edstWinMain {
    position: absolute;
    background-color: #f8f9fa;
    top: 5px;
    left: 5px;
    right: 5px;
    z-index: 100;
    display: none;
}

#edstWinMain2 {
    position: absolute;
    background-color: #f8f9fa;
    top: 5px;
    left: 5px;
    right: 5px;
    z-index: 100;
    display: none;
}

.edstInfoValue {
  color: #4f4e46;
  font-weight: bold;
  display: inline-block;
}


.edstDivButtonStart {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 150%;
  margin-top: 100px;
}

.edstDivCenter {
  width:100%;
  text-align:center;
}

#edstHeadComboQ {
  padding: 3px 12px;
  margin: 0 5px;
}

.edstBtnArrow {
  font-size: 26px;
  padding: 0;
  line-height: 0;
  width: 60px;
  margin-top: -6px;
}

#edstDivMainQBody {
  color: #2f1f05;
  width:100%;
  height:100%;
  overflow: auto;
  font-size: 18px;
}

#edstDivMainQBody input {
  margin: 8px 5px 8px 20px;
}

#edstDivMainQBody table {
  width:100%;
}

#edstDivMainQBody td {
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
}

.edstDivQuestion {
  padding: 10px 0;
}

#edstQInput3 {
  max-width: calc(100% - 50px);
}

.edstDivAnswList4 {
  max-width: 800px;
}

.edstDivAnswList4item {
  border: 1px solid #ff8d00;
  margin: 7px;
  padding: 5px 10px;
  background-color: #f5d8ad;
  display: inline-block;
  cursor: default;
  text-align: center;
}

.edstDivAnswList4item:hover {
  background-color: #f9cd8a;
}

.edstDivAnswList4itemActive {
  border: 4px solid #ff8d00;
  margin: 4px;
  font-weight: bold;
  background-color: #e3a039;
  color: #fff;  
}

.edstDivAnswList4itemDisable {
  background-color: #e3dbd0;
  color: gray;
  border: 1px solid #cfbfab;
  font-style: italic;
}

.edstDivAnswList4itemDisable:hover {
  background-color: #e3dbd0;
}

#edstDivAnswTable4 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
}

.edstDivAnswTableRow4 {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #b3a7a7;
  background-color: #f3efef;
  cursor: default;
}

.edstSpanAnswInRow4 {
  border: 1px solid #c1bfbf;
  padding: 5px;
  background-color: #e9e9e9;
  margin: 2px 5px;
  display: inline-block;
  white-space: nowrap;
}

.edstSpanAnswInRow4Close {
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 22px;
  line-height: 0;
}


#edstDivAnswTable5 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
}

.edstDivAnswTableRow5 {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #b3a7a7;
  cursor: default;
}

.edstDivAnswTableRow5Col1 {
  padding-right: 40px;
}

#edstDivAnswTable6 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
}

.edstDivAnswTableRow6 {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #b3a7a7;
  background-color: #f3efef;
  cursor: default;
}


.edstBorderTop {
  border-top: 1px solid #b3a7a7;
}

.spanDisplayTable {
  height: 100%;
  display: table;
  padding: 0;
  margin: 0;
}

.spanDisplayTableCell {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.edstAnswImg {
  border:1px solid #837a7a;
  margin: 3px
}

