/*Lisa Friedrichsen 6/11/22 */

#outer { width: 85%;
         margin: auto;
        }


body { 
	background-color: #fff; 
	color: #000; 
}


img {
	max-width: 100%;
}

/* classes */
.horizontal {
	display: inline;
}

.nocheck {
	list-style-type: none;
	padding: 1em;
	font-weight: bold;
}

.comingsoon {
	text-decoration: none;
	color: #000;
	}
	
.youtube {
	background-color: #eee; 
}

.resources {
	font-style: italic;
}

table, th, td {
  border: 1px solid;
  padding: 1em;
}

table {
  border-collapse: collapse;
}
 
#css { padding-bottom: 4em;} 
 
.navbar { padding-left: 0 }
 
.navbar li { display: inline;
        list-style-type: none;
        }

.left { width: 75%;
        float: left;
         padding-right: 1em;
        }
       
a { text-decoration: none;}

a:hover { background-color: #ccc}
    
/* YouTube */
.yt { color: #c7254e; }
	
.other, .right *, a{ color: #337ab7;}

.right h4 { font-size: 1.1em; }
.right h3 { font-size: 1.5em; }
.right p { line-height: 0.6em; 
          }
.right a { padding-left: 0.5em; }

.left p a{ padding-left: 0.75em; }