dt {
    font-weight: bold
}
dd {
    margin-bottom: 1em;
}
img {
    border: none;
}
table {
    border: none;
}

.broken_url {
    color: #0000EE;
    text-decoration: line-through;
}

body {
    background-image: url("/include/bglinuxlogo.png");
    background-color: #ffffff;
    color: #000000;
}

@media print {
    body {
	background-image: none;
	background-color: #ffffff;
	color: #000000;
    }
}

a:link {
    color: #0000e8;
}

a:visited {
    color: #501888;
}

a:active {
    color: #ff0000;
}

.nav {
    background-color: #fecc04;
    border-width: 1px;
    border-color: #feb204;
    border-style: solid;
    float: right;
    max-width: 20%;
    margin: 1em;
    list-style-type : none;
    list-style-position : outside;
    padding: 0.5em;
}

.nav li {
    margin: 0px;
    padding: 0px;
}

.nav :link {
    text-decoration: none;
}

.nav :visited {
    text-decoration: none;
}


/* Event lists */

/* old style {
.events {
    border-style: outset;
    border-width: 1px;
}

.events td {
    border-style: inset;
    border-width: 1px;
}

.events th {
    border-style: inset;
    border-width: 1px;
}
 } */

.events {
    border-collapse: collapse;
    border-style: outset;
    border-width: 1px;
}

.events tbody {
    border-width: 2px;
    border-style: solid;
    border-color: #feb204;
}

.events th {
    border-style: solid;
    border-width: 1px;
    border-color: #feb204;
}

.events h2 {
    margin-top: 0.2em;
    margin-bottom: 0.4em;
}

.events p {
    margin-top: 0em;
    margin-bottom: 0em;
}
.events p + p {
    margin-top: 1em;
}

/*
 * "real" tables
 */
table.tabular {
    border-width: 2px;
    border-color: #444;
    border-style: solid;
    border-collapse: collapse;
}

table.tabular thead {
    background-color: #feb204;
}

/*
table.tabular tr {
    border-color: #CCC;
}
table.tabular col {
    border-color: #CCC;
}
*/
table.tabular td {
    border-color: #CCC;
    border-width: 1px;
    border-style: solid;
    vertical-align: baseline;
}
table.tabular th {
    border-color: #CCC;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    vertical-align: baseline;
}

div.outline-section {
    border-color: #CCC;
    border-width: 1px;
    border-style: solid;
    margin-left: 1em;

}

div.vorstand {
    background-color: #fecc04;
    border-color: #feb204;
    border-style: solid;
    border-width: 1px;
    float: right;
    width: 1em;
    text-align: center;

}
div.aktivisten {
    background-color: #fecc04;
    border-color: #feb204;
    border-style: solid;
    border-width: 1px;
    float: right;
    width: 1em;
    text-align: center;

}

div.vorstand:before {
    content: "V";
}
div.aktivisten:before {
    content: "A";
}

@media print {
    .header td + td {
	background-color: #F00;
	display: none;
    }
    .footer {
	background-color: #F00;
	display: none;
    }
    .toc {
	background-color: #F00;
	display: none;
    }

    div.outline-section {
	border-color: #CCC;
	border-width: 1px;
	border-style: hidden;
	border-top-style: solid;
	margin-left: 1em;

    }

    p, li, dd {
        max-width: inherit;
    }

}

div.ref {
  margin-top: 1em;
  margin-left: 1em;
  text-indent: -1em;
}
.tex sub, .latex sub, .latex sup {
    text-transform: uppercase;
}
.tex sub, .latex sub {
    vertical-align: -0.5ex;
    margin-left: -0.1667em;
    margin-right: -0.125em;
}
.tex, .latex, .tex sub, .latex sub {
    font-size: 1em;
}
.latex sup {
    font-size: 0.85em;
    vertical-align: 0.15em;
    margin-left: -0.36em;
    margin-right: -0.15em;
}

.snippets {
    column-width: 20em;
    -moz-column-width: 20em;
    -webkit-column-width: 20em;
    -o-column-width: 20em;
}

.snippet {
    break-inside: avoid;
    -moz-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -o-break-inside: avoid;
    -o-column-break-inside: avoid;
}

.wide {
    column-span: all;
    -moz-column-span: all;
    -webkit-column-span: all;
    -o-column-span: all;
}

p, li, dd {
    max-width: 40em;
}

.command {
    font-family: mono;
    color: #080;
    white-space: pre;
}

.warning {
    background-color: #fecc04;
    border-width: 1px;
    border-color: #feb204;
    border-style: solid;
}

td.num {
    text-align: right;
}
