@charset "utf-8";

.list {
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #cee7ff;
    width: min-content;
}
.list table {
    border: 2px #000 solid;
    margin: 0 auto;
}
.list tr th,
.list tr td {
    border: 1px #000 solid;
    padding: 5px;
    width: min-content;
    white-space: nowrap;
}
.list th {
    border: 2px #000 solid;
    background-color: #75bcff;
}
.list tr td a {
    color: #3771b5;
}