﻿table {
    width: 0%;
    border-collapse: collapse;
}

th {
    background: #333;
    color: white;
    font-weight: bold;
    text-align: center;
}

td, th {
    padding: 6px;
    border: 1px solid #ccc;
}

td {
    text-align: left;
}

button {
    padding: 2px 22px;
}
