#loadGUI {
  position: relative;
  margin: 0 auto;
  background-color: #eee;
}
#loadGUI-marker{
  border-top: 2px dashed #c0c0c0;
  margin: 0 auto 6px;

}
.GUIitem {
  display: block;
  position: absolute;
  margin: 0;
  height: 100px;
  z-index: 1;
  background: #ffbf88;
  color: #8e4302;
  border: 1px solid #f7923c;
}
.GUIitem.muuri-item-dragging {
  z-index: 3;
}
.GUIitem.muuri-item-releasing {
  z-index: 2;
}
.GUIitem.muuri-item-hidden {
  z-index: 0;
}
.muuri-item-placeholder {
    border: 2px dashed #c0c0c0;
}
.GUIitem .item-content {
  position: relative;
  height: 100%;
  width: 100%;
  /* text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%) !important; */
}
.GUIitem .item-content p {
    font-size: .6rem;
    line-height: 1;
    padding: 8px;
    background-color: #eeeeee;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.GUIitem .item-remove {
    position: absolute;
    top: 0;
    right: 6px;
    cursor: pointer;
}
/* Load table */
#load-table td input[type="text"]{
  width: 100%;
  padding: 4px;
}
#load-table td input.number, #load-table td input.wholenum {
    width: 56px;
}
table#load-table thead th {
    text-align: center;
}
table#load-table tbody td {
    padding: 2px;
    vertical-align: middle;
}