section#top {
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.itemlist {
    border-collapse: collapse;
}

.itemlist > li {
    display: flex;
}

/* .itemlist tr {
    border: 1px solid #999999;
} */
.itemlist td {
    border: 1px solid #999999;
}
.itemlist tr[status="0"] {
    background-color: #ffcccc;
}
.itemlist tr[status="1"] {
    background-color: #dedeff;
}
.itemlist tr[status="2"] {
    background-color: #ccffcc;
}

.itemlist tr[notforregister] {
    background-color: #bbbbbb;
}

.itemlist tr[blacklisted="true"] {
    color: #888888;
    opacity: 0.8;
}

.itemlist .itemimg {
    width: 80px;
}

.itemlist .itemimg img {
    width: 80px;
    height: 80px;
}

.itemlist .itemname {
    padding: 8px 16px;
    width: 160px;
}

.itemlist .itemstock {
    padding: 8px 16px;
    width: 50px;
}

.itemlist .will_register {
    width: 80px;
    height:80px;
}
.itemlist .will_register input[type="checkbox"] {
    width: 80px;
    height:80px;
}