/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


#buttons
{
    width:100%;
    text-align: left;
    margin-bottom: 20px;
}
.inner
{
    display: inline-block;
}


/* 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;
}

#markup-input {
  background: red;
  padding: 3px 15px;
  color: white;
}

#markup-input.inner, #markup-input label, #markup-input input {
  display: inline-block;
}

#markup-input label {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
}

#markup-input input[type=number] {
  margin-bottom: 0 !important;
}

#markup-input input {
  width: 50px;
}

#buttons input[type=button] {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0 !important;
  padding: 8.5px;
  color: #808080;
  border: 1px solid #808080;
  margin-left: 10px;
}

#buttons input[type=button]:hover {
  border: 1px solid #2b2b2b;
  color: black;
}

/* Fixes hide column with wrap text glitch on viztechfurniture */
.jss_container {
  word-wrap: initial !important;
}