body{
  display: grid;
  justify-items: center;
}

div.item {
  background-color: #eee;
  padding: 10px;
  margin: 6px;
}

div.quantity {
  display: inline-block;
  padding: inherit;
}

div.size10x15 {
  background-color: #8cc657;
}

.dropzone {
  left: 0;
}

.dropzone .dz-default.dz-message {
  background-image: url("../../dropzone-master/images/spritemapHun.png");
  background-size: 428px 406px;
}

div#folder {
  min-width: 250px;
  text-align: center;
  font-size: 1.5rem;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  box-shadow: var(--shadow);
  outline: none;
  border-radius: 10px;
}

div.identified {
  background-color: lightgreen;
}

div.unidentified {
  background-color: lightblue;
}

div.unidentified::before {
  content: '';
  position: relative;
  display: block;
  color: white;
}

div.fileName, div.fileSize, div.fileRatio {
  background-color: #AAAACC30;
  padding: 5px;
  margin: 4px;
  border-radius: 10px;
}

th {
    background-color: #a2a2a280;
    padding: 5px 15px;
}

td.lastOrderItem {
	font-size:24px;
	text-align: center;
}

div.picThumb {
    padding: 0;
    border: none;
    margin: 5px;
    border-radius: 20px;
    border: none;
}

img.thumbPic {
    max-height: none;
    height: 215px;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 19px 19px 0 0;
}

img.orderButton {
  filter: none;
  max-height: 200px;
  padding: 10px;
}
