* {
  padding: 0;
  margin: 0;
  /*background-color: #FEFBEE; */
}

body {
  font-family: monospace;
  background-color: #FEFBEE;
  padding: 5px;
  border: 2px 
}

p {
    font-size: 1em;
    color: aqua;
}

ul {
    /* list-style-type: decimal; */
    margin-left: 20px; /* Indent the list */
}

ul li {
    color: #1a73e8; /* Change list item text color (example: blue) */
    padding-left: 15px; /* Further indent the list items */
    font-size: 16px; /* Optional: adjust the font size */
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 460px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.holiday {background: #FF6;}


.info {
  width: 70%;
  margin-left:15%; 
  margin-right:15%;
  border-collapse: collapse;
  border: 1px solid black;
  font-size: 1.5em;
}

.scale {
  width: 50%;
  margin-left:25%; 
  margin-right:25%;
  border-collapse: collapse;
  border: 1px solid black;
  font-size: 1.5em;
}

.schedule {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
  font-size: 1.5em;
}

/*Features of All Tables*/
tr:hover {background-color: #bbee11;}
th {padding: 8px;}

/*Features of Schedule Table*/
table[class="schedule"] th[rowspan] {
    background-color: #AAFEFF;
}
/*
table[class="schedule"] tr {
    text-align: center; 
}
*/

td{
    font-family: monospace;
    padding: 8px 8px 0px 25px;
}

table[class="schedule"] td:nth-of-type(2) {
    text-align: left;
}

table[class="schedule"] td:nth-of-type(1) {
padding: 8px 8px 0px 8px;
}

div { 
    text-align: center;
}


.title{
    float: left;
    width: 60%;
    font-size: 2.25em;
    font-weight: bold;
    padding: 0px 0px 1em;
    border: 2px;
    margin: 2px 0;    
}

.logo_left {
    float: left;
    width: 20%;
    height: auto;
}

.logo_right {
    float: left;
    width: 20%;
    height: auto;
}

.subtitle {
  clear: both;
  width: 100%;    
  font-size: 2.25em;
  font-weight: bold;
  padding: 0px 0px 1em;
  border: 2px;
  margin: 15px 0;
}

/* appears below logo on every page
nav#mainMenu { width: 100%; }
*/
nav.mainMenu {background-color: #988348;}

.centered {
  width: 150;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -1em;
  font-size: 2em;
  background-color: beige;
}    


nav ul { 
    list-style: none; 
    padding: 0em 0em 2.8em;
}

nav ul li {
  float: left;
  width: 155px;
  height: 50px;
  line-height: 20px;
  border-right: 1px solid #FFF;
  background-color: #988348;
  text-align: center;
}

nav ul li a {
  color: #988348;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  background-color: #988348;  
  color: #FEFBEE;
}

nav ul li a:hover {
  padding: 2px 0px;
  background-color: #988348;
  color: #000;
}

.icon {
    visibility: hidden;
}

td.topic{
    text-align: left;
    text-indent: 0.5em;    
    font-size: 0.5em;
}

ul.subtopic{
    list-style-type: disc;
    text-indent: 1.5em;
    font-size: 0.5em;
}

section.mainMenu{background-color: #FEFBEE}

article {
    display: block;
}

section {
    display: inherit;
    float: left;
    width: 95%;
}

h3 {
  display: inherit;
  width: 100%;
  text-align: center;
  font-size: 2em;
  padding: 5px;
  border: 5px dashed red;
  margin: 50px 0;
}

/* ABET Table */
table[abet] td:nth-of-type(1) {
  padding: 0px;
  width: auto;
  text-align: center;
  vertical-align: middle;
  background-color:aqua;
}

table[abet] td:nth-of-type(2){
  padding: 10px;
  border: 2px;
  border-style: inset;
    
}
