:root .grid-stack-item > .ui-resizable-handle {
  filter: none;
}

.grid-stack {
  position: relative;
}
.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed lightgray;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
}
.grid-stack > .grid-stack-item {
  min-width: 8.33333333%;
  position: absolute;
  padding: 0;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  overflow: hidden;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content img {
  width: 100%; height: auto;
}
.grid-stack > .grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
  display: none;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
  z-index: 100;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  text-align: right;
  color: gray;
  padding: 2px 3px 0 0;
  margin: 0;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grid-stack > .grid-stack-item > .ui-resizable-se::before,
.grid-stack > .grid-stack-item > .ui-resizable-sw::before {
  content: "\f065";
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.grid-stack > .grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}
.grid-stack > .grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  right: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  bottom: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  left: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack > .grid-stack-item[data-gs-width='1'] {
  width: 0.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='1'] {
  left: 0.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 0.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 0.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='2'] {
  width: 1.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='2'] {
  left: 1.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 1.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 1.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='3'] {
  width: 1.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='3'] {
  left: 1.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 1.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 1.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='4'] {
  width: 2.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='4'] {
  left: 2.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 2.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 2.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='5'] {
  width: 3.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='5'] {
  left: 3.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 3.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 3.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='6'] {
  width: 3.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='6'] {
  left: 3.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 3.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 3.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='7'] {
  width: 4.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='7'] {
  left: 4.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 4.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 4.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='8'] {
  width: 5%;
}
.grid-stack > .grid-stack-item[data-gs-x='8'] {
  left: 5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='8'] {
  min-width: 5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='8'] {
  max-width: 5%;
}

.grid-stack > .grid-stack-item[data-gs-width='9'] {
  width: 5.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='9'] {
  left: 5.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='9'] {
  min-width: 5.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='9'] {
  max-width: 5.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='10'] {
  width: 6.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='10'] {
  left: 6.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='10'] {
  min-width: 6.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='10'] {
  max-width: 6.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='11'] {
  width: 6.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='11'] {
  left: 6.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='11'] {
  min-width: 6.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='11'] {
  max-width: 6.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='12'] {
  width: 7.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='12'] {
  left: 7.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='12'] {
  min-width: 7.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='12'] {
  max-width: 7.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='13'] {
  width: 8.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='13'] {
  left: 8.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='13'] {
  min-width: 8.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='13'] {
  max-width: 8.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='14'] {
  width: 8.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='14'] {
  left: 8.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='14'] {
  min-width: 8.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='14'] {
  max-width: 8.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='15'] {
  width: 9.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='15'] {
  left: 9.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='15'] {
  min-width: 9.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='15'] {
  max-width: 9.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='16'] {
  width: 10%;
}
.grid-stack > .grid-stack-item[data-gs-x='16'] {
  left: 10%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='16'] {
  min-width: 10%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='16'] {
  max-width: 10%;
}

.grid-stack > .grid-stack-item[data-gs-width='17'] {
  width: 10.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='17'] {
  left: 10.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='17'] {
  min-width: 10.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='17'] {
  max-width: 10.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='18'] {
  width: 11.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='18'] {
  left: 11.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='18'] {
  min-width: 11.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='18'] {
  max-width: 11.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='19'] {
  width: 11.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='19'] {
  left: 11.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='19'] {
  min-width: 11.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='19'] {
  max-width: 11.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='20'] {
  width: 12.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='20'] {
  left: 12.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='20'] {
  min-width: 12.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='20'] {
  max-width: 12.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='21'] {
  width: 13.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='21'] {
  left: 13.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='21'] {
  min-width: 13.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='21'] {
  max-width: 13.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='22'] {
  width: 13.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='22'] {
  left: 13.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='22'] {
  min-width: 13.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='22'] {
  max-width: 13.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='23'] {
  width: 14.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='23'] {
  left: 14.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='23'] {
  min-width: 14.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='23'] {
  max-width: 14.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='24'] {
  width: 15%;
}
.grid-stack > .grid-stack-item[data-gs-x='24'] {
  left: 15%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='24'] {
  min-width: 15%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='24'] {
  max-width: 15%;
}

.grid-stack > .grid-stack-item[data-gs-width='25'] {
  width: 15.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='25'] {
  left: 15.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='25'] {
  min-width: 15.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='25'] {
  max-width: 15.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='26'] {
  width: 16.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='26'] {
  left: 16.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='26'] {
  min-width: 16.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='26'] {
  max-width: 16.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='27'] {
  width: 16.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='27'] {
  left: 16.875%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='27'] {
  min-width: 16.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='27'] {
  max-width: 16.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='28'] {
  width: 17.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='28'] {
  left: 17.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='28'] {
  min-width: 17.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='28'] {
  max-width: 17.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='29'] {
  width: 18.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='29'] {
  left: 18.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='29'] {
  min-width: 18.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='29'] {
  max-width: 18.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='30'] {
  width: 18.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='30'] {
  left: 18.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='30'] {
  min-width: 18.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='30'] {
  max-width: 18.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='31'] {
  width: 19.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='31'] {
  left: 19.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='31'] {
  min-width: 19.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='31'] {
  max-width: 19.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='32'] {
  width: 20%;
}
.grid-stack > .grid-stack-item[data-gs-x='32'] {
  left: 20%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='32'] {
  min-width: 20%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='32'] {
  max-width: 20%;
}

.grid-stack > .grid-stack-item[data-gs-width='33'] {
  width: 20.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='33'] {
  left: 20.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='33'] {
  min-width: 20.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='33'] {
  max-width: 20.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='34'] {
  width: 21.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='34'] {
  left: 21.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='34'] {
  min-width: 21.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='34'] {
  max-width: 21.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='35'] {
  width: 21.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='35'] {
  left: 21.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='35'] {
  min-width: 21.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='35'] {
  max-width: 21.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='36'] {
  width: 22.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='36'] {
  left: 22.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='36'] {
  min-width: 22.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='36'] {
  max-width: 22.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='37'] {
  width: 23.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='37'] {
  left: 23.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='37'] {
  min-width: 23.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='37'] {
  max-width: 23.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='38'] {
  width: 23.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='38'] {
  left: 23.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='38'] {
  min-width: 23.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='38'] {
  max-width: 23.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='39'] {
  width: 24.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='39'] {
  left: 24.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='39'] {
  min-width: 24.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='39'] {
  max-width: 24.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='40'] {
  width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-x='40'] {
  left: 25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='40'] {
  min-width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='40'] {
  max-width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-width='41'] {
  width: 25.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='41'] {
  left: 25.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='41'] {
  min-width: 25.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='41'] {
  max-width: 25.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='42'] {
  width: 26.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='42'] {
  left: 26.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='42'] {
  min-width: 26.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='42'] {
  max-width: 26.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='43'] {
  width: 26.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='43'] {
  left: 26.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='43'] {
  min-width: 26.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='43'] {
  max-width: 26.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='44'] {
  width: 27.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='44'] {
  left: 27.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='44'] {
  min-width: 27.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='44'] {
  max-width: 27.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='45'] {
  width: 28.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='45'] {
  left: 28.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='45'] {
  min-width: 28.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='45'] {
  max-width: 28.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='46'] {
  width: 28.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='46'] {
  left: 28.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='46'] {
  min-width: 28.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='46'] {
  max-width: 28.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='47'] {
  width: 29.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='47'] {
  left: 29.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='47'] {
  min-width: 29.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='47'] {
  max-width: 29.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='48'] {
  width: 30%;
}
.grid-stack > .grid-stack-item[data-gs-x='48'] {
  left: 30%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='48'] {
  min-width: 30%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='48'] {
  max-width: 30%;
}

.grid-stack > .grid-stack-item[data-gs-width='49'] {
  width: 30.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='49'] {
  left: 30.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='49'] {
  min-width: 30.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='49'] {
  max-width: 30.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='50'] {
  width: 31.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='50'] {
  left: 31.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='50'] {
  min-width: 31.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='50'] {
  max-width: 31.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='51'] {
  width: 31.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='51'] {
  left: 31.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='51'] {
  min-width: 31.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='51'] {
  max-width: 31.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='52'] {
  width: 32.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='52'] {
  left: 32.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='52'] {
  min-width: 32.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='52'] {
  max-width: 32.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='53'] {
  width: 33.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='53'] {
  left: 33.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='53'] {
  min-width: 33.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='53'] {
  max-width: 33.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='54'] {
  width: 33.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='54'] {
  left: 33.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='54'] {
  min-width: 33.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='54'] {
  max-width: 33.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='55'] {
  width: 34.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='55'] {
  left: 34.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='55'] {
  min-width: 34.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='55'] {
  max-width: 34.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='56'] {
  width: 35%;
}
.grid-stack > .grid-stack-item[data-gs-x='56'] {
  left: 35%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='56'] {
  min-width: 35%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='56'] {
  max-width: 35%;
}

.grid-stack > .grid-stack-item[data-gs-width='57'] {
  width: 35.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='57'] {
  left: 35.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='57'] {
  min-width: 35.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='57'] {
  max-width: 35.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='58'] {
  width: 36.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='58'] {
  left: 36.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='58'] {
  min-width: 36.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='58'] {
  max-width: 36.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='59'] {
  width: 36.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='59'] {
  left: 36.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='59'] {
  min-width: 36.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='59'] {
  max-width: 36.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='60'] {
  width: 37.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='60'] {
  left: 37.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='60'] {
  min-width: 37.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='60'] {
  max-width: 37.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='61'] {
  width: 38.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='61'] {
  left: 38.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='61'] {
  min-width: 38.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='61'] {
  max-width: 38.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='62'] {
  width: 38.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='62'] {
  left: 38.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='62'] {
  min-width: 38.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='62'] {
  max-width: 38.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='63'] {
  width: 39.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='63'] {
  left: 39.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='63'] {
  min-width: 39.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='63'] {
  max-width: 39.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='64'] {
  width: 40%;
}
.grid-stack > .grid-stack-item[data-gs-x='64'] {
  left: 40%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='64'] {
  min-width: 40%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='64'] {
  max-width: 40%;
}

.grid-stack > .grid-stack-item[data-gs-width='65'] {
  width: 40.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='65'] {
  left: 40.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='65'] {
  min-width: 40.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='65'] {
  max-width: 40.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='66'] {
  width: 41.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='66'] {
  left: 41.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='66'] {
  min-width: 41.25%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='66'] {
  max-width: 41.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='67'] {
  width: 41.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='67'] {
  left: 41.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='67'] {
  min-width: 41.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='67'] {
  max-width: 41.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='68'] {
  width: 42.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='68'] {
  left: 42.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='68'] {
  min-width: 42.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='68'] {
  max-width: 42.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='69'] {
  width: 43.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='69'] {
  left: 43.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='69'] {
  min-width: 43.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='69'] {
  max-width: 43.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='70'] {
  width: 43.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='70'] {
  left: 43.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='70'] {
  min-width: 43.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='70'] {
  max-width: 43.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='71'] {
  width: 44.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='71'] {
  left: 44.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='71'] {
  min-width: 44.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='71'] {
  max-width: 44.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='72'] {
  width: 45%;
}
.grid-stack > .grid-stack-item[data-gs-x='72'] {
  left: 45%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='72'] {
  min-width: 45%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='72'] {
  max-width: 45%;
}

.grid-stack > .grid-stack-item[data-gs-width='73'] {
  width: 45.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='73'] {
  left: 45.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='73'] {
  min-width: 45.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='73'] {
  max-width: 45.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='74'] {
  width: 46.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='74'] {
  left: 46.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='74'] {
  min-width: 46.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='74'] {
  max-width: 46.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='75'] {
  width: 46.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='75'] {
  left: 46.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='75'] {
  min-width: 46.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='75'] {
  max-width: 46.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='76'] {
  width: 47.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='76'] {
  left: 47.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='76'] {
  min-width: 47.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='76'] {
  max-width: 47.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='77'] {
  width: 48.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='77'] {
  left: 48.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='77'] {
  min-width: 48.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='77'] {
  max-width: 48.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='78'] {
  width: 48.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='78'] {
  left: 48.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='78'] {
  min-width: 48.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='78'] {
  max-width: 48.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='79'] {
  width: 49.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='79'] {
  left: 49.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='79'] {
  min-width: 49.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='79'] {
  max-width: 49.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='80'] {
  width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-x='80'] {
  left: 50%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='80'] {
  min-width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='80'] {
  max-width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-width='81'] {
  width: 50.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='81'] {
  left: 50.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='81'] {
  min-width: 50.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='81'] {
  max-width: 50.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='82'] {
  width: 51.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='82'] {
  left: 51.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='82'] {
  min-width: 51.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='82'] {
  max-width: 51.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='83'] {
  width: 51.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='83'] {
  left: 51.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='83'] {
  min-width: 51.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='83'] {
  max-width: 51.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='84'] {
  width: 52.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='84'] {
  left: 52.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='84'] {
  min-width: 52.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='84'] {
  max-width: 52.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='85'] {
  width: 53.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='85'] {
  left: 53.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='85'] {
  min-width: 53.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='85'] {
  max-width: 53.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='86'] {
  width: 53.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='86'] {
  left: 53.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='86'] {
  min-width: 53.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='86'] {
  max-width: 53.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='87'] {
  width: 54.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='87'] {
  left: 54.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='87'] {
  min-width: 54.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='87'] {
  max-width: 54.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='88'] {
  width: 55%;
}
.grid-stack > .grid-stack-item[data-gs-x='88'] {
  left: 55%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='88'] {
  min-width: 55%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='88'] {
  max-width: 55%;
}

.grid-stack > .grid-stack-item[data-gs-width='89'] {
  width: 55.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='89'] {
  left: 55.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='89'] {
  min-width: 55.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='89'] {
  max-width: 55.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='90'] {
  width: 56.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='90'] {
  left: 56.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='90'] {
  min-width: 56.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='90'] {
  max-width: 56.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='91'] {
  width: 56.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='91'] {
  left: 56.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='91'] {
  min-width: 56.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='91'] {
  max-width: 56.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='92'] {
  width: 57.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='92'] {
  left: 57.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='92'] {
  min-width: 57.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='92'] {
  max-width: 57.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='93'] {
  width: 58.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='93'] {
  left: 58.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='93'] {
  min-width: 58.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='93'] {
  max-width: 58.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='94'] {
  width: 58.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='94'] {
  left: 58.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='94'] {
  min-width: 58.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='94'] {
  max-width: 58.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='95'] {
  width: 59.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='95'] {
  left: 59.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='95'] {
  min-width: 59.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='95'] {
  max-width: 59.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='96'] {
  width: 60%;
}
.grid-stack > .grid-stack-item[data-gs-x='96'] {
  left: 60%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='96'] {
  min-width: 60%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='96'] {
  max-width: 60%;
}

.grid-stack > .grid-stack-item[data-gs-width='97'] {
  width: 60.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='97'] {
  left: 60.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='97'] {
  min-width: 60.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='97'] {
  max-width: 60.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='98'] {
  width: 61.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='98'] {
  left: 61.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='98'] {
  min-width: 61.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='98'] {
  max-width: 61.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='99'] {
  width: 61.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='99'] {
  left: 61.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='99'] {
  min-width: 61.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='99'] {
  max-width: 61.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='100'] {
  width: 62.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='100'] {
  left: 62.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='100'] {
  min-width: 62.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='100'] {
  max-width: 62.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='101'] {
  width: 63.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='101'] {
  left: 63.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='101'] {
  min-width: 63.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='101'] {
  max-width: 63.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='102'] {
  width: 63.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='102'] {
  left: 63.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='102'] {
  min-width: 63.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='102'] {
  max-width: 63.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='103'] {
  width: 64.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='103'] {
  left: 64.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='103'] {
  min-width: 64.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='103'] {
  max-width: 64.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='104'] {
  width: 65%;
}
.grid-stack > .grid-stack-item[data-gs-x='104'] {
  left: 65%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='104'] {
  min-width: 65%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='104'] {
  max-width: 65%;
}

.grid-stack > .grid-stack-item[data-gs-width='105'] {
  width: 65.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='105'] {
  left: 65.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='105'] {
  min-width: 65.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='105'] {

  max-width: 65.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='106'] {
  width: 66.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='106'] {
  left: 66.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='106'] {
  min-width: 66.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='106'] {
  max-width: 66.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='107'] {
  width: 66.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='107'] {
  left: 66.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='107'] {
  min-width: 66.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='107'] {
  max-width: 66.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='108'] {
  width: 67.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='108'] {
  left: 67.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='108'] {
  min-width: 67.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='108'] {
  max-width: 67.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='109'] {
  width: 68.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='109'] {
  left: 68.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='109'] {
  min-width: 68.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='109'] {
  max-width: 68.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='110'] {
  width: 68.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='110'] {
  left: 68.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='110'] {
  min-width: 68.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='110'] {
  max-width: 68.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='111'] {
  width: 69.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='111'] {
  left: 69.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='111'] {
  min-width: 69.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='111'] {
  max-width: 69.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='112'] {
  width: 70%;
}
.grid-stack > .grid-stack-item[data-gs-x='112'] {
  left: 70%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='112'] {
  min-width: 70%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='112'] {
  max-width: 70%;
}

.grid-stack > .grid-stack-item[data-gs-width='113'] {
  width: 70.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='113'] {
  left: 70.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='113'] {
  min-width: 70.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='113'] {
  max-width: 70.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='114'] {
  width: 71.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='114'] {
  left: 71.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='114'] {
  min-width: 71.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='114'] {
  max-width: 71.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='115'] {
  width: 71.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='115'] {
  left: 71.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='115'] {
  min-width: 71.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='115'] {
  max-width: 71.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='116'] {
  width: 72.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='116'] {
  left: 72.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='116'] {
  min-width: 72.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='116'] {
  max-width: 72.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='117'] {
  width: 73.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='117'] {
  left: 73.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='117'] {
  min-width: 73.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='117'] {
  max-width: 73.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='118'] {
  width: 73.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='118'] {
  left: 73.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='118'] {
  min-width: 73.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='118'] {
  max-width: 73.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='119'] {
  width: 74.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='119'] {
  left: 74.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='119'] {
  min-width: 74.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='119'] {
  max-width: 74.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='120'] {
  width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-x='120'] {
  left: 75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='120'] {
  min-width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='120'] {
  max-width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-width='121'] {
  width: 75.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='121'] {
  left: 75.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='121'] {
  min-width: 75.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='121'] {
  max-width: 75.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='122'] {
  width: 76.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='122'] {
  left: 76.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='122'] {
  min-width: 76.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='122'] {
  max-width: 76.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='123'] {
  width: 76.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='123'] {
  left: 76.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='123'] {
  min-width: 76.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='123'] {
  max-width: 76.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='124'] {
  width: 77.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='124'] {
  left: 77.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='124'] {
  min-width: 77.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='124'] {
  max-width: 77.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='125'] {
  width: 78.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='125'] {
  left: 78.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='125'] {
  min-width: 78.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='125'] {
  max-width: 78.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='126'] {
  width: 78.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='126'] {
  left: 78.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='126'] {
  min-width: 78.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='126'] {
  max-width: 78.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='127'] {
  width: 79.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='127'] {
  left: 79.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='127'] {
  min-width: 79.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='127'] {
  max-width: 79.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='128'] {
  width: 80%;
}
.grid-stack > .grid-stack-item[data-gs-x='128'] {
  left: 80%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='128'] {
  min-width: 80%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='128'] {
  max-width: 80%;
}

.grid-stack > .grid-stack-item[data-gs-width='129'] {
  width: 80.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='129'] {
  left: 80.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='129'] {
  min-width: 80.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='129'] {
  max-width: 80.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='130'] {
  width: 81.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='130'] {
  left: 81.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='130'] {
  min-width: 81.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='130'] {
  max-width: 81.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='131'] {
  width: 81.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='131'] {
  left: 81.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='131'] {
  min-width: 81.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='131'] {
  max-width: 81.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='132'] {
  width: 82.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='132'] {
  left: 82.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='132'] {
  min-width: 82.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='132'] {
  max-width: 82.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='133'] {
  width: 83.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='133'] {
  left: 83.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='133'] {
  min-width: 83.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='133'] {
  max-width: 83.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='134'] {
  width: 83.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='134'] {
  left: 83.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='134'] {
  min-width: 83.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='134'] {
  max-width: 83.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='135'] {
  width: 84.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='135'] {
  left: 84.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='135'] {
  min-width: 84.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='135'] {
  max-width: 84.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='136'] {
  width: 85%;
}
.grid-stack > .grid-stack-item[data-gs-x='136'] {
  left: 85%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='136'] {
  min-width: 85%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='136'] {
  max-width: 85%;
}

.grid-stack > .grid-stack-item[data-gs-width='137'] {
  width: 85.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='137'] {
  left: 85.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='137'] {
  min-width: 85.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='137'] {
  max-width: 85.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='138'] {
  width: 86.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='138'] {
  left: 86.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='138'] {
  min-width: 86.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='138'] {
  max-width: 86.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='139'] {
  width: 86.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='139'] {
  left: 86.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='139'] {
  min-width: 86.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='139'] {
  max-width: 86.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='140'] {
  width: 87.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='140'] {
  left: 87.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='140'] {
  min-width: 87.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='140'] {
  max-width: 87.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='141'] {
  width: 88.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='141'] {
  left: 88.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='141'] {
  min-width: 88.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='141'] {
  max-width: 88.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='142'] {
  width: 88.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='142'] {
  left: 88.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='142'] {
  min-width: 88.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='142'] {
  max-width: 88.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='143'] {
  width: 89.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='143'] {
  left: 89.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='143'] {
  min-width: 89.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='143'] {
  max-width: 89.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='144'] {
  width: 90%;
}
.grid-stack > .grid-stack-item[data-gs-x='144'] {
  left: 90%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='144'] {
  min-width: 90%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='144'] {
  max-width: 90%;
}

.grid-stack > .grid-stack-item[data-gs-width='145'] {
  width: 90.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='145'] {
  left: 90.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='145'] {
  min-width: 90.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='145'] {
  max-width: 90.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='146'] {
  width: 91.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='146'] {
  left: 91.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='146'] {
  min-width: 91.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='146'] {
  max-width: 91.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='147'] {
  width: 91.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='147'] {
  left: 91.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='147'] {
  min-width: 91.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='147'] {
  max-width: 91.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='148'] {
  width: 92.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='148'] {
  left: 92.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='148'] {
  min-width: 92.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='148'] {
  max-width: 92.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='149'] {
  width: 93.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='149'] {
  left: 93.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='149'] {
  min-width: 93.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='149'] {
  max-width: 93.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='150'] {
  width: 93.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='150'] {
  left: 93.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='150'] {
  min-width: 93.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='150'] {
  max-width: 93.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='151'] {
  width: 94.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='151'] {
  left: 94.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='151'] {
  min-width: 94.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='151'] {
  max-width: 94.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='152'] {
  width: 95%;
}
.grid-stack > .grid-stack-item[data-gs-x='152'] {
  left: 95%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='152'] {
  min-width: 95%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='152'] {
  max-width: 95%;
}

.grid-stack > .grid-stack-item[data-gs-width='153'] {
  width: 95.625%;
}
.grid-stack > .grid-stack-item[data-gs-x='153'] {
  left: 95.625%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='153'] {
  min-width: 95.625%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='153'] {
  max-width: 95.625%;
}

.grid-stack > .grid-stack-item[data-gs-width='154'] {
  width: 96.25%;
}
.grid-stack > .grid-stack-item[data-gs-x='154'] {
  left: 96.25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='154'] {
  min-width: 96.25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='154'] {
  max-width: 96.25%;
}

.grid-stack > .grid-stack-item[data-gs-width='155'] {
  width: 96.875%;
}
.grid-stack > .grid-stack-item[data-gs-x='155'] {
  left: 96.875%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='155'] {
  min-width: 96.875%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='155'] {
  max-width: 96.875%;
}

.grid-stack > .grid-stack-item[data-gs-width='156'] {
  width: 97.5%;
}
.grid-stack > .grid-stack-item[data-gs-x='156'] {
  left: 97.5%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='156'] {
  min-width: 97.5%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='156'] {
  max-width: 97.5%;
}

.grid-stack > .grid-stack-item[data-gs-width='157'] {
  width: 98.125%;
}
.grid-stack > .grid-stack-item[data-gs-x='157'] {
  left: 98.125%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='157'] {
  min-width: 98.125%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='157'] {
  max-width: 98.125%;
}

.grid-stack > .grid-stack-item[data-gs-width='158'] {
  width: 98.75%;
}
.grid-stack > .grid-stack-item[data-gs-x='158'] {
  left: 98.75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='158'] {
  min-width: 98.75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='158'] {
  max-width: 98.75%;
}

.grid-stack > .grid-stack-item[data-gs-width='159'] {
  width: 99.375%;
}
.grid-stack > .grid-stack-item[data-gs-x='159'] {
  left: 99.375%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='159'] {
  min-width: 99.375%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='159'] {
  max-width: 99.375%;
}

.grid-stack > .grid-stack-item[data-gs-width='160'] {
  width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-x='160'] {
  left: 100%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='160'] {
  min-width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='160'] {
  max-width: 100%;
}


.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
  -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}
.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
  -webkit-transition: left 0s, top 0s, height 0s, width 0s;
  -moz-transition: left 0s, top 0s, height 0s, width 0s;
  -ms-transition: left 0s, top 0s, height 0s, width 0s;
  -o-transition: left 0s, top 0s, height 0s, width 0s;
  transition: left 0s, top 0s, height 0s, width 0s;
}

/** Uncomment this to show bottom-left resize handle **/
/*
.grid-stack > .grid-stack-item > .ui-resizable-sw {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    @include vendor(transform, rotate(180deg));
}
*/
@media (max-width: 768px) {
  .grid-stack-item {
    position: relative !important;
    width: auto !important;
    left: 0 !important;
    top: auto !important;
	height: auto !important;
    margin-bottom: 20px;
  }
  .grid-stack-item-content {
    position: relative !important;
    width: auto !important;
    left: 0 !important;
    top: auto !important;
	text-align: center;
  }
  .grid-stack-item .ui-resizable-handle {
    display: none;
  }

  .grid-stack {
    height: auto !important;
  }
}
