trigger:hover {cursor: hand}

input,
repeat,
group,
trigger,
label {background-color: #ffeedd; border-style: none; border-width: 0px;font-weight: bold}

input {margin-left: 5px}

group[ref="eye:shopping"] {width: 100%;height: 500px}
.inline {display: inline;width: 45%; margin: 5px}

repeat[id="shopped"] {margin-top: 20px}
repeat[id="items"]>group>output {width: 110px}
repeat[id="items"]>group>output+output {width: 40px; text-align: right}
repeat[id="items"]>group>trigger {margin-left: 10px; border-style: outset; border-width: 3px;background-color: #ffeedd}


.cart {background-color: #ffff99}
.cart > * {background-color: #ffff99; font-size: 16px}
.cart > * > label {background-color: #ffff99; font-size: 16px;width: 130px}