﻿body {
    background-color: #000000;
    color: #e0e0e0;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

h2 {
    color: #fff;
    border-bottom: 2px solid #4a9eff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

a {
    color: #4dabf7;
}

a:hover {
    color: #74c0fc;
}

.title-container {
    display: block;
    height: 4.5em;
    margin-bottom: 0pt;
    padding-bottom: 0pt;
}

.title-with-badge {
    position: relative;
    display: inline-block;
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 2.5em;
    font-weight: bold;
    color: #ecf0f1;
}

.version-badge {
    position: absolute;
    top: 20px;
    right: -15px;
    font-size: .7em;
    padding: 3px 8px;
    background-color: #3498db;
    transform: translateX(100%);
}

/*
table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    color: #000;
}

th {
    background-color: #555;
    color: #fff;
}

.highlight-green {
    background-color: #CFFFCF;
}

.highlight-red {
    background-color: #FFCACF;
}

#toc li a {
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
}

    #toc li a:hover {
        color: #fff;
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }

.wikitable {
    font-size: 70%;
}

.bb_img {
    max-width: 100%;
}
*/