/*html {
  --slider-border: 2px solid red;
}
*/
main {
	padding-top: 60px;
}


.container {
	background: #eeeaef; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#eeeaef, #bdbcc6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eeeaef, #bdbcc6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eeeaef, #bdbcc6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eeeaef, #bdbcc6); /* Standard syntax */
    margin-left: 100px;
    padding-right: 20px;
    display: inline-block;
  	 
}


#value-number, .category {
	display: inline-block;
	margin-left: 10px;
}

.js-container__left {
    margin-left: 10px;
    margin-right: 20px;
}

.container__right, .js-container__left, .list-item {
    display: inline-block;
}

.instructions {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    max-width: 320px;
    font-size: smaller;
    font-weight: bold;
}

.category {
    display: inline-block;
}

span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

input[type="text"] {
    -moz-appearance: none;
    border: 1px solid grey;
    display: inline-block;
    font-size: 1em;
    height: 30px;
    padding:0 6px;
    transition: border 0s ease 0s, width 0.4s ease-in-out 0s;
    background-color: inherit;
    width: 50px;
    margin-bottom: 5px;
    outline: none;
    font-weight: bold;
    font-size: 1.3em;   
}
input:focus{
   outline: 0;   
}

