/*
multi-level bar https://gist.github.com/CloudDesigner/4445241
*/

html { background: transparent; }
body {
    background: #FAEBD7; /*antique white*/
    padding: 5px;
    margin: 2px;
    padding-top: 60px; /* 60px to make the container go all the way to the botto
m of the topbar */
}
@media screen and (max-width: 758px) {
    body { padding-top: 100px; }
}
hr {
    padding-top: 40px; }
@media screen and (max-width: 758px) {
    hr { padding-top: 80px; }
}
.anitem {
    color: black; }

.navbar-inner { 
    background-color: #FAEBD7; /*antique white*/
    background-image: none;
    background-repeat: no-repeat;
    filter: none; }

.inc { color: pink; }
.anal {	color: lightgreen; }
.impl {	color: gold; }
.appl {	color: gold; }
.other { color: lightblue; }

ul.inc {
	list-style-type: disc;
	color: pink; }
ul.anal {
	list-style-type: disc;
	color: lightgreen; }
ul.impl {
	list-style-type: disc;
	color: gold; }
ul.appl {
	list-style-type: disc;
	color: gold; }
ul.other {
	list-style-type: disc;
	color: lightblue; }

