.coin{
    width: 2rem;
    display: inline-block;
}
.price{
    text-align: right;
    width: 8em;
}
.list{
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
}
.name{
    text-align: left;
}
.list tr{
    border-bottom: 1px dotted #000;
}
.list th{
    border-bottom: 5px double #000;
}
.list td{
    line-height: 1.25rem;
    padding: 2px;
}
.list tr:nth-child(2n+3){
    background-color: #ebebeb;
}
.state{
    text-align: right;
}
.state span{
    padding: 0 .5em;
    border-radius: .5em;
}
.lowStock{
    background: #F70;
    padding: 0 5px;
}
.outStock{
    background: #F00;
}