:root
{
    --background: #2a1c2a;
    --text: #edd2ed;
    --bold: #f17aff;
    --bold2: #fffac8;
    --code: #7ae5ff;
    --link: #36f3a1;
    --linkhover: #c6f336;
    --border: #180037;
    --attentionborder: #ed90e7;
    --attention: #b926af;
    --attentiontext: #fff;
}

body {
    background-color: var(--background);
    color: var(--text);
    font-weight: 600;
}

img {
    max-width: 100%;
}

table {
    margin: 20px auto;
}

strong, b {
    color: var(--bold);
    font-weight: 900;
    font-size: 1.1em;
}

code {
    font-size: 1.5em;
    color: var(--code);
    background: rgba( 255, 255, 255, 0.2 );
}

a, a:active, a:visited {
    color: var(--link);
    font-weight: bold;
}

a:hover {
    color: var(--linkhover);
}

body div#content
{
    max-width: 100%;
    background-color: var(--background);
}

.outline-2
{
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.outline-2 p
{
    margin: 10px;
}

.outline-2,
.outline-3,
.outline-4,
.outline-5,
#text-table-of-contents
{
    background-color: rgba( 150, 150, 255, 0.1 );
}

.outline-3,
.outline-4,
.outline-5,
#text-table-of-contents
{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding:5px;
    border: solid 2px var(--border);
}

.outline-2
{
    border: outset 3px var(--border);
}

.attention-box {
    width: 80%;
    margin: 20px auto;
    background-color: var(--attention);
    border: dashed 5px var(--attentionborder);
    color: var(--attentiontext);
    padding: 1%;
    font-size: 1.2em;
}

.attention-box h2,
.attention-box h3 {
    text-align: center;
}

.attention-box strong,
.attention-box b {
    color: var(--bold2);
}

.attention-box ul li,
.attention-box ol li {
    margin-bottom: 10px;
}

.col {
    float: left;
}

table.ref-table tr th,
table.ref-table tr td
{
    text-align: center;
}

hr {
    border: none;
    height: 1px;
    background-color: rgba( 0, 0, 0, 0.2 );
}

img {
}

.src {
    font-size: 18pt;
    font-weight: bold;
    background: #000;
}

.src-terminal {
    background: #222;
    color: #ddd;
    font-weight: bold;
}

.figure p,
caption
{
    font-size: 0.8em;
    color: #707070;
}

.FOOTNOTE
{
    border-radius: 15px;
    border: solid 1px #fff;
    background: #fff;
    font-size: 0.8em;
    color: #555;
}

.LATEX
{
    display:none;
}

.SPACER
{
    color: rgba( 0, 0, 0, 0.1 );
    clear: both;
    text-align: center;
}

.INVIS
{
    font-size: 0px;
}

.WARNING
{
    border: solid 2px #ff0000;
    background: #fbdede;
}

.HINT
{
    border: solid 2px #00ff00;
    background: #defbdf;
}

.collapser
{
    background: #defbdf;
    border: solid 2px #00ff00;
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
}

.collapser:before
{
}

.collapsable
{
    display: none;
    background: #defbdf;
    border: solid 2px #00ff00;
}

.center {
    text-align: center;
}

table.center {
    margin: 25px auto;
}

.QUESTION
{
    background: var(--question);
    border: solid 2px #000;
    padding: 5px;
}

body
{
    font-family: sans-serif;
}

.primary
{
    color: #ff0000;
}

h2
{
    background: #630c96;
    color: #fff;
    padding: 5px;
    margin: 0;
    border-bottom: solid 2px #2c0344;
}


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
