/* KernelClankers - 300px Logo with Matched Lighter Background */

body {
    background: #0a0a0a;
    color: #e0e0e0;
}

#container {
    max-width: 1200px;
    margin: 20px auto;
    background: #111111;
    border: 1px solid #222222;
    box-shadow: 0 0 25px rgba(0, 177, 64, 0.15);
    padding: 15px;
}

/* Logo Panel - Matched to the lighter black */
#logo {
    background: #111111;           /* Same as main container */
    padding: 30px 0;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #222222;
}

#logo img {
    max-height: 300px !important;
    width: auto !important;
    max-width: 1100px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* Forum tables */
table {
    margin: 0 auto !important;
    width: 98% !important;
    max-width: 1100px;
}

/* Mint Green accents */
.tcat, .thead {
    background: #003300;
    color: #00b140;
    font-weight: bold;
}

.trow1, .trow2 {
    background: #1a1a1a;
}

.trow1:hover, .trow2:hover {
    background: #252525;
}

a {
    color: #00b140;
}

a:hover {
    color: #ffaa00;
}