body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFCC;
    color: #000000;
    margin: 0;
    padding: 0;
}

.page-wrapper {
    width: 70%;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.header {
    background-color: #FFFFCC;
    padding: 10px;
    border-bottom: 2px solid #336699;
}

.navbar {
    background-color: #5588BB;
    padding: 5px 10px;
    border-bottom: 1px solid #336699;
}

.navbutton {
    display: inline-block;
    background: linear-gradient(to bottom, #6699CC 0%, #4477AA 100%);
    border: 1px solid #336699;
    border-radius: 4px;
    padding: 6px 12px;
    margin-right: 5px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

.navbutton:hover {
    background: linear-gradient(to bottom, #7799DD 0%, #5588BB 100%);
}

.container {
    display: table;
    width: 100%;
    padding: 10px;
    background-color: #FFFFCC;
}

.main-content {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    padding-right: 15px;
}

.sidebar {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}

.section-header {
    background: linear-gradient(to bottom, #6699CC 0%, #4477AA 100%);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 10px;
    margin: 15px 0 10px 0;
    border: 1px solid #336699;
    border-radius: 3px;
    text-align: center;
}

.section-content {
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
}

.kernel-version {
    font-weight: bold;
    color: #0000CC;
    font-size: 12px;
}

.kernel-date {
    color: #666666;
    font-size: 10px;
}

.stats-table {
    width: 100%;
    margin: 10px 0;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
}

.stats-table td {
    padding: 2px 10px 2px 0;
}

.stats-label {
    text-align: right;
    padding-right: 20px;
}

.news-item {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DDDDDD;
}

.news-date {
    color: #CC0000;
    font-weight: bold;
    font-size: 10px;
}

.news-title {
    margin: 2px 0;
}

.news-title a {
    color: #0000CC;
    text-decoration: none;
}

.news-title a:hover {
    text-decoration: underline;
}

.info-links {
    line-height: 1.8;
}

.info-links a {
    color: #0000CC;
    text-decoration: none;
}

.info-links a:hover {
    text-decoration: underline;
}

a {
    color: #0000CC;
}

a:visited {
    color: #551A8B;
}

.dedication {
    margin-top: 30px;
    padding: 15px;
    background-color: #FFFFEE;
    border: 1px solid #CCCCAA;
    text-align: center;
    font-style: italic;
    color: #666666;
}
