@font-face {
  font-family: "BW";
  src: local("Arial");
}

body {
  background: #eaeaea;
  font-family: BW, monospace;
}

.bw-screen {
  max-width: 420px;
  margin: auto;
  background: #fff;
  border: 3px solid #000;
}

.bw-title {
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
}

.bw-box {
  border: 2px solid #000;
  padding: 10px;
  background: #f8f8f8;
}

.bw-subtitle {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
}

.bw-input {
  border: 2px solid #000;
  border-radius: 0;
}

.bw-btn {
  background: #000;
  color: #fff;
  border-radius: 0;
}

.bw-btn:hover {
  background: #333;
}

.bw-total {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}

.bw-remove-btn,
.bw-edit-btn {
  background: #fff;
  border: 2px solid #000;
  width: 28px;
  height: 28px;
  padding: 0;
}

.bw-remove-btn:hover,
.bw-edit-btn:hover {
  background: #000;
  color: #fff;
}

.bw-input-wrapper {
  position: relative;
}

.bw-percent {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  display: none;
}

.your-quantity {
  width: 45px;
  float: right;
}
