.greyit, .greyit th, .greyit td {
  color: grey;
}
.hideit {
  display: none;
}

.pic.selected {
  border: 2px solid #f60;
  margin: 0;
}


.pic {
  margin: 0;
  border: 2px solid transparent ;
}
.pdfwizard_picture {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 160px;
  min-height: 160px;
  display: block;
}

.pdfwizard_picture:hover {
  border: 2px solid black ;
}

.btnsml {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  position: relative;
  top: -24px;
}

.sortable { list-style-type: none; margin: 0; padding: 0; width: 500px; }
.sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 160px; height: 170px; font-size: 4em; text-align: center; }
.sortable > li:first-child .makemainbtn {
	display: none;
}
.sortable > li:first-child .deletebtn {
	display: none;
}
