.pdfpage { position:relative; top: 0; left: 0; border: solid 1px black; margin: 10px; }
.pdfpage > canvas { position: absolute; top: 25px; left: 0px; }
.pdfpage > div { position: absolute; top: 0; left: 0; }

.hidden {display: none;}

.sortable li {
  list-style: none;
  margin: 5px;
  padding: 5px;
}
.sortable.grid li {
  float: left;
  text-align: center;
  background: #eee;
}
li.highlight {
  background: #FEE25F;
}
li.sortable-placeholder {
  border: 1px dashed #CCC;
  background: none;
}

.handle {
  top: 0px;
  left: 0px;
}

.disclaimer {
  font-size: small;
  width: 300px;
  margin: 20px auto;
}
.footer {
  width: 300px;
  margin: 20px auto;
}


