/* Sticky Footer */

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px}
}

#footer-text {
  margin: 10px 0;
}

/* Column Headings */

h3 {
  font-weight: bold;
}

/* Dragable/Droppable Columns */

ul.drag-holder {
  margin: 0;
  padding: 0;
  list-style:none
}

ul.drag-holder li {
  padding: 10px 15px;
  min-height: 85px;
  text-align: center;
  margin: 2px;
  background:#FFF;
  border-left: 0px solid #FFF;
  border-right: 0px solid #FFF;
}

ul.sort li {
  cursor: pointer;
}

#col1 li {
  background: #87CAE0;
}

.checkCorrect {
  display:none;
  font-weight: bold;
  font-size: 1.1em;
}