body {
    background: #9aa1a9;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

a {
    color: #0033cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    width: 980px;
    margin: 10px auto;
    background: #e4e4e4;
    border: 2px solid #000;
}

#header {
    background: linear-gradient(#003366, #001a33);
    color: #fff;
    padding: 10px;
}

#header h1 {
    margin: 0;
    font-size: 24px;
}

#header small {
    font-size: 12px;
    color: #cce0ff;
}

#menu {
    background: #cccccc;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px;
    text-align: center;
}

#menu a {
    margin: 0 8px;
    font-weight: bold;
}

#content {
    padding: 10px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    background: #f5f5f5;
}

.table th {
    background: #003366;
    color: #fff;
    padding: 6px;
    border: 1px solid #000;
    font-size: 12px;
}

.table td {
    border: 1px solid #000;
    padding: 6px;
    vertical-align: top;
}

.category {
    background: #bfc7d1;
    font-weight: bold;
}

.stats {
    font-size: 11px;
    color: #333;
}

.notice {
    background: #fff3cd;
    border: 1px solid #d6b656;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 12px;
}

.footer {
    background: #cccccc;
    border-top: 1px solid #000;
    padding: 5px;
    text-align: center;
    font-size: 11px;
}

.blink {
    animation: blink 1s steps(2, start) infinite;
    color: red;
    font-weight: bold;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

#cat-img {
    width: 15px;
}
