canvas#dressuptable {
  border: 3px solid #0055A6;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
}
div.dbuilder {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#stuff div.itemwrapper:hover {
  background: #eee;
}
#stuff div.item {
  position: relative;
  display: inline-block;
}
#stuff div.item:hover {
  background: #eee;
}
#stuff div.item img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}
#stuff div.item div.squarer {
  margin-top: 100%;
}
#stuff .tab-pane {
  padding: 5px;
  border-top: none;
}
#stuff .nav-tabs > li {
  margin-top: -1px;
}
#stuff .nav-tabs > li.active {
  margin-top: -3px;
}
#clanek ul.nav {
  margin: initial;
  padding: initial;
}
canvas#dressuptable.c-moving {
  cursor: move;
}
canvas#dressuptable.c-scaling {
  cursor: se-resize;
  cursor: nwse-resize;
}
canvas#dressuptable.c-rotating {
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
canvas#dressuptable.c-removing {
  cursor: not-allowed;
}
canvas#dressuptable.c-movingup {
  cursor: n-resize;
}
div.canvasoverlay {
  position: absolute;
  top: 0px;
  padding-top: 50%;
  margin: -30% 20%;
  opacity: 0.85;
}
div.dressupwrap {
  position: relative;
  overflow: hidden;
}
.dbuilder ul {
  margin-left: 0px !important;
}
/*# sourceMappingURL=style.css.map  */