* {
  margin: 0;
  padding: 0;
}

a:link, a:active, a:visited {
  text-decoration: none;
}

.sidebar {
  background-color: #D1D5DB;
}
.sidebar .list-group-item {
  background-color: transparent;
  font-size: 1.5em;
  font-weight: 300;
}

.input-price, .input-quantity {
  width: 100px;
}
