body {
    color: #eee;
    background: #121212;
    font-family: Arial, sans-serif;
    margin: 2rem;
}

p.center {
    text-align: center;
}

table.pluginTable {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem auto;
    background-color: #1e1e1e;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

table.pluginTable thead {
    background-color: #2c2c2c;
    color: #fff;
}

table.pluginTable th,
table.pluginTable td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #333;
}

table.pluginTable tr:hover {
    background-color: #292929;
}

table.pluginTable a {
    color: #6ab0f3;
    text-decoration: none;
}

table.pluginTable a:hover {
    text-decoration: underline;
}

