p {
    color: #000000;
    text-align: ;
	font-family: veranda, arial, sans-serif;
	padding: 8px;
} 
table
{   
    border-collapse: collapse;
    width: 75%;
}
caption {padding: 8px;}
h2 {padding: 8px;}
h5 {padding: 8px;}

#accordion {width: 75%;}

th, td {
	font-family: veranda, arial, sans-serif;
	font-size: 14px;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}
tr:hover {background-color: #ddd;}

th, td {
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #AD1334;
    color: white;
}/* unvisited link */
a:link {
    color: #6699cc;
}

/* visited link */
a:visited {
    color: orange;
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    color: hotpink;
}

#navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
#navbar ul {
    position: fixed;
    top: 0;
    width: 100%;
}

#navbar li {
    float: left;
}

#navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
font-family: veranda, arial, sans-serif;

}

#navbar li a:hover:not(.active) {
    background-color: #111;
}


.active {
    background-color: #6699cc;
}

.panel panel {
    background-color: red;
}


.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
span.keywords {font-weight:bold; color:hotpink}

th, td {
	font-family: veranda, arial, sans-serif;
	font-size: 14px;
    text-align: left;
    padding: 8px;
}
p.dotborder {
    border-top-style: dotted;
    border-color: hotpink;
}

p.scenario {
    color: #333;
    font-family: Veranda, Arial, sans-serif;
    font-size: 1.5em;
    line-height: .8em;
    font-style: normal;
    padding-top: 25px;
}
   