
/*Styles: Vertical Menu with Dropdowns (in Course Pages)*/ 
.content {	
    border-right-width: 2px;
	border-right-style: solid;
	border-right-color:  #055;
	border-right-color: var(--color-dark-20);
    width: 623px;}
.content h1 {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0;}
.content h2 {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 16px;}
.content p {
    padding-top: 10px;
    text-align: justify;}

.bottomcomments {	
    border-right-width: 2px;
	border-right-style: solid;
	border-right-color:  #055;
	border-right-color: var(--color-dark-20);
    width: 623px;}
.bottomcomments p {
    padding-top: 0px;
    margin-top: 6px;
    line-height: 20px;
    margin-bottom: 6px;
    text-indent: 16px ;
    text-align: justify;}

.vmenu {
    overflow: hidden;}

.vmenu .dropbtn :not(:last-child) {
    border-bottom: none; /* Prevent double borders */}
.dropdown {
    float: left;
    overflow: hidden;
    width: 100%;}
.vmenu .dropbtn {
    font-size: 16px;
    border: 1px solid #077;
    border: 1px solid var(--color-dark-40);
    border-right: none;
    border-left: none;
    color: #044;
    color: var(--color-dark-10);
    padding: 0;
    background-color: white;
    width: 100%;
    text-align: left;
    margin: 0; }
.vmenu .dropbtn .ind {padding-left: 2px;}
.vmenu .dropbtn .chap {
    font-size: 16px/*12pt*/; 
    color:  #033;
    color:  var(--color-dark-00);
    padding: 6px 1px 6px 6px ;
    background-color: #AFF;
    background-color: var(--color-light-50);
    width: 83px; 
    text-align: center;
    display: inline-block; }
/*.vmenu .dropdown:not(:first-child) .dropbtn .chap:before {
    content: "Chapter ";}*/
.vmenu .dropdown:first-child .dropbtn {
    font-size: 16px;
    border: 1px solid #077;
    border: 1px solid var(--color-dark-40);
    border-right: none;
    border-left: none;
    padding: 0;
    width: 100%;
    text-align: left;
    margin: 0;
    background-color: #CFF; 
    background-color: var(--color-light-30); 
    color:  #044; 
    color:  var(--color-dark-10); }
.vmenu .dropdown:first-child .dropbtn .chap {
    /*padding: 5px 1px 5px 6px ;
    width: 84px; 
    text-align: center;
    display: inline-block;*/
    background-color:  #8FF; 
    background-color:  var( --color-light-70); }
.dropdown .rightalign {
    float: right;
    font-size:22px;
    margin-right: 5px;}
.dropdown .leftalign {
    float: left; }
.dropdown:hover .dropbtn {
    background-color: #088;
    background-color: var(--color-dark-50);
	color: white; }   
.dropdown:hover .chap {
    background-color: #066;
    background-color: var(--color-dark-30);
	color: white; }
.dropdown-content {
    font-size: 16px;
	right: 0;
    display: none;
    position: absolute;
    background-color: #DFF;
    background-color: var(--color-light-20);
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1; }
.dropdown-content a {
    float: none;
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left; }
.dropdown-content a:hover {
    background-color: #066;
    background-color: var(--color-dark-30);
	color: white; }
.dropdown:hover .dropdown-content {
    display: block; }