table {
   border-spacing: 0px 0px;
}

td{
   padding: 2px 5px!important;
}


.bigdiv {
  display: table;
  width: 100%;
}

.options-container, .paperdoll-container {
  display: table-cell;
}

.options-container {
  vertical-align: top;
}

.paperdoll-container {
  text-align: right;
  vertical-align: middle;
}

#output {
  display: inline-block;
  width: 320px;
  height: 320px;
  position: relative;
  z-index: 0;
}

#output #bg {
  width: 320px;
  height: 320px;
  left: 0;
  top: 0;
}

#output img {
   position: absolute;
   left: 70px;
   bottom: 30px;
   height: 265px;
   z-index: 1;
}

#save-options {
   padding: 10px;
}

#loading-spinner {
   height: 30px;
   padding-top: 15px;
}

.keyinput {
  height: 32px;
  width: 70px;
  padding-left: 4px;
}

.input-box { min-width: 0px; width: 180px; }

@media( max-width: 750px ) {
  .bigdiv {
    display: flex;
    flex-direction: column;
  }
  .paperdoll-container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    order: -1;
  }
  .options-container table {
    margin: auto;
  }
}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

.hideme {
   opacity: 0;
}

.showme {
   opacity: 1;
}

/*@keyframes loadingC {*/
/*    0 {transform: translate(0,0);}*/
/*    50% {transform: translate(0,15px);}*/
/*    100% {transform: translate(0,0);}*/
/*}*/

/*.load-3 .line:nth-last-child(1) {animation: loadingC .6s .1s linear infinite;}*/
/*.load-3 .line:nth-last-child(2) {animation: loadingC .6s .2s linear infinite;}*/
/*.load-3 .line:nth-last-child(3) {animation: loadingC .6s .3s linear infinite;}*/

