/* KernelClankers - Centered Forum Tables */

body {
    background: #0a0a0a;
    color: #d0d0d0;
}

#container {
    max-width: 1100px;
    margin: 20px auto;
    background: #111111;
    border: 1px solid #222222;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 255, 150, 0.15);
    padding: 15px;
}

/* Center the forum tables */
table {
    margin: 0 auto !important;
    width: 95% !important;
    max-width: 1050px;
}

/* Forum headers */
.tcat, .thead {
    background: #002200;
    color: #00ff9d;
    font-weight: bold;
    text-align: left;
}

/* Forum rows */
.trow1, .trow2 {
    background: #1a1a1a;
}

.trow1:hover, .trow2:hover {
    background: #252525;
}

/* Links */
a {
    color: #00ff9d;
}

a:hover {
    color: #ffaa00;
}

/* Buttons and inputs */
.button {
    background: #006600;
    color: white;
    border: 1px solid #00ff9d;
}

.button:hover {
    background: #ff8800;
}

input, textarea, select {
    background: #1f1f1f;
    color: #eee;
    border: 1px solid #444;
}

.smalltext, .forumdesc {
    color: #aaaaaa;
}