body{
    padding:0px;
    margin:0px;
    font-family: 'Roboto', serif;
    font-size: 13px;
    color:#222;
}

.container{
    width: 100%;
    max-width: 1000px;
    padding:20px;
}

.pageItem{
    display:none;
    position:relative;
    width:100%;
    
    border:1px #eee solid;
    padding:20px;
    
}

.pageButtons{
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:80px;
}

.nextButton{
    float: right;
    padding:20px;
}


.prevButton{
    float: left;
    padding:20px;
}

.calcHead{
    font-weight: bold;;
    color:#000;
    font-size: 18px;
}
.calcHead span{
    font-weight: bold !important;
    color:#000 !important;
    font-size: 18px !important;


}

.imageContainer{
    padding:10px 10px;
    padding-top:20px;
    text-align: center;
    font-size: 14px;;
}

.imageContainer img{
  max-width: 100%;
}


.imageSelection{
    border:5px #fff solid;
    border-radius:2px;
    
    transition:0.3s;
}

.imageSelection:hover{
    cursor: pointer;
    opacity:1;
}

.imageSelectionActive{
    border:5px #F8C62E solid;
    opacity:1;
}

.input {
    -webkit-appearance: none;
    outline: none;
    display: block;
    height: 32px;
    padding: 7px;
    line-height: 1.42857;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    font-size: 14px;
  }


  .imageColor{
    width:100%;
    height:140px;
    transition:0.2s;
    border-radius:2px;
    cursor: pointer;


  }

  .imageColor:hover{
    border:5px #F8C62E solid;
  }

  .marbleTop .input{
    border:1px #888 dashed !important;
    border-radius: 2px;
    height:25px;
    width:70px;
    background:transparent;
  }

  .marbleTop{
    background:transparent url('quartz.jpeg') scroll repeat center center !important;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
    
    transition:0.2s;
    cursor:pointer;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    position: relative;
  }

  .marbleLineVertical{
    position:absolute;
    top:0;
    left:10px;
    width:10px;
    height:200px;
    z-index:20;
    border-left:1px #999 dashed;
  }

  .marbleLineHorizontal{

    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:10px;
    z-index:20;
    border-top:1px #999 dashed;
  }

  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

  .marbleTop:hover{
    opacity:1;

  }

  .inputContainer{
    
    padding-left:15px;
    
  }

  .inputContainerBottom{
    text-align: center;

  }


  .inputContainerBottom .input{
    display:inline-block;
    text-align: center;
  }

  .inputContainerBottom .inputMMUnit{
    text-align: center;
    padding-left:0px;
  }

  .inputMM{
    width:90px;
    position: relative;
  }

  .inputMMUnit{
    color:#222;
    font-size:12px;
    text-align: left;
    padding-left:5px;
    margin-top:0px;
    
  }
  

  .table th{
    background:#f7f8f8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
  }

  .table td{
    position: relative;
  }

  .mmContainer{
    position: absolute;
    top:15px;
    right:10px;
  }

  .displayBox span{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
  }

  #island{
    position:absolute;top:-60px;right:-50px;width:200px;height:120px;background:#222;
  }

  #islandFirst{
    width:100%;height:70px
  }

  .btn-primary{
    background:#e9c764 !important;
    color:#222 !important;
    border-color:#e9c764 !important;
  }