

.id {
height: 25px;
text-align: center;
background: MediumTurquoise;
}

.name {
text-align: left;
background: PowderBlue;
}

.amount {
width: 12em;
text-align: center;
color: Black;
background: PowderBlue;
}


