body {
    font-family: 'Courier New', Courier, monospace;
}

.selector-container {
width: 800px;
margin: 0 auto;
text-align: center;
}

.option-picking-container {
  
}

.list-container {
display: inline-block;
text-align: center;
}

a {
    text-decoration: none;
    color: black;
  }

a:hover {
  opacity: 100%;
}

.table-of-contents {
}

.table-of-contents a {
    text-decoration: none;
    color: black;
    opacity: 70%;
}

.table-of-contents ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.table-of-contents ul li {
    margin-bottom: 8px;
}

.table-of-contents a:hover {
    opacity: 100%;
}

.home-button {
  opacity: 50%;
}

.home-button:hover {
  opacity: 100%;
}

.size {
width: 75px;
}

.size {
    width: 150px;
}

.quantity-input-wrapper {
  padding: 0;
  margin-bottom: 0;;
}

.quantity-input {
width: 64px;
height: 18px;
}

.no-spinners {
   -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

.quantity {
width: 75px;
}

.customs {
width: 400px;
text-align: center;
margin: 0 auto;
padding: 0;
}

.customs input {

}

div {
}

.summary {
width: 400px;
margin: 0 auto;
text-align: center;
font-weight: bold;
font-size: 18px;
}

#bigPrice {
font-size: 36px;
font-weight: bold;
}

.option-list {
list-style-type: none;
padding: 0;
}

.option-item {
padding: 10px 15px;
border: 1px solid #ccc;
margin-bottom: 5px;
cursor: pointer;
/*background-color: #f9f9f9;*/
}

.option-item.selected {
background-color: #DBDBDB;
font-weight: bold;
}
#selectedOptions {
text-align: center;
  font-size: 24px;
  font-weight: bold;
margin-top: 20px;
padding: 10px;
border: 1px solid #ccc;
}

 .description ul {
    list-style: none;
    padding: 8px;
  }

  .description ul ul {
    text-indent: 32px;
  }
  
  .description ul li:before {
    /*content: "• ";*/
    color: rgb(0, 167, 0);
    color: #3ca3e7;
    color: #a0a0a0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

  .description ul li {
    margin-bottom: 16px;
  }

  .sticker-specs {
    padding: 8px;
    background-color: #f0f0f0;
  }

  .sticker-specs p {
    margin-top: 8px;
    margin-bottom: 8px;
  }