body {
  background-color: #e7dfff;
  font-family: Arial,Helvetica,sans-serif;
  color: #4e266e;
}

#footer {
  background-color: #e7dfff;
  padding-right: 3px;
  vertical-align: middle;
  width: 790px;
  height: 30px;
  text-align: right;
  clear: both;
  margin-top: 2px;
}

#footer form {
  margin: 2px 0px 0px;
}

#dhtmlgoodies_dragDropContainer {
  border: 1px solid #e7dfff;
  width: 1000px;
  -moz-user-select: none;
  background-color: #ffffff;
  height: 400px;
}

#dhtmlgoodies_dragDropContainer ul {
  padding: 2px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#dhtmlgoodies_dragDropContainer li, #dragContent li, li#indicateDestination {
  border: 1px solid #000000;
  padding: 2px;
  list-style-type: none;
  height: 18px;
  cursor: pointer;
  margin-bottom: 2px;
  font-size: 13px;
  background-color: #4e266e;
  line-height: 15px;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
}

li#indicateDestination {
  border: 1px dotted #ffffff;
  background-color: #ffffff;
}

#dhtmlgoodies_dragDropContainer ul li.correctAnswer {
  background-color: green;
  color: #ffffff;
}

#dhtmlgoodies_dragDropContainer ul li.wrongAnswer {
  background-color: red;
  color: #ffffff;
}

div#dhtmlgoodies_listOfItems {
  justify-content: center;
  align-items: center;
  text-align: center; 
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 160px;
}

#dhtmlgoodies_listOfItems ul {
  height: 160px;
}

div#dhtmlgoodies_listOfItems div {
  border: 1px solid #ffffff;
}

div#dhtmlgoodies_listOfItems div ul {
  margin-left: 10px;
}

#dhtmlgoodies_listOfItems div p {
  margin: 0px 0px 5px;
  background-color: #6d339c;
  color: #ffffff;
  font-weight: bold;
  padding-left: 12px;
}

#dhtmlgoodies_dragDropContainer .mouseover {
  border: 1px solid #4e266e;
  background-color: #e2ebed;
}

div#dhtmlgoodies_mainContainer {
  border-style: hidden;
  float: left;
  width: 780px;
}

#dhtmlgoodies_mainContainer div {
  border: 1px solid #ffffff;
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  width: 170px;
}

#dhtmlgoodies_mainContainer div ul {
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#dhtmlgoodies_mainContainer div p {
  margin: 0px 0px 5px;
  padding: 0px 0px 0px 12px;
  font-weight: bold;
  background-color: #6d339c;
  color: #ffffff;
}

#dhtmlgoodies_mainContainer ul {
  border: 2px solid #6d339c;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  overflow: hidden;
  width: 152px;
  height: 250px;
  margin-bottom: 0px;
}

#dragContent {
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 150px;
  height: 15px;
  display: none;
  z-index: 2000;
}

#dragDropIndicator {
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 7px;
  height: 10px;
  display: none;
  z-index: 1000;
}

.style1 {
  color: #ff0000;
}