
*{
	 box-sizing: border-box;
 }
 
 body{
		
	font-family: Arial, Verdana, sans-serif;
	
	}


/* === TABLE === */

h2{
	margin: 0;
	flex-wrap: nowrap;
}

caption{
	font-weight: bold;
}


main th {
	background: #C1C1C1;
	padding: 5px 4px;
	border-right: 1px solid #c8c7c7;
	color:#333;
	font-weight: bolder;
}
	
main ul li {
	list-style-type:none;
}
nav ul li {
	list-style-type:none;
}
	
 
a::after {
  content: " (" attr(href) ")";
}


a[href^="#"], nav .print-omit, .sidebar img, .banner img, .media iframe{
  display: none;
}

		
a[href^="#"] {
  display: none;
}

.media::after {
    content: " [Media URL: " attr(data-url) "]";
}



 
	table, td, tr {
    border-collapse: collapse;
    border: 1px solid #555;
}

  
/* borders to separate sections of content */

.banner, main, .sidebar, .site-footer {
    border-bottom: 2px ridge #000;
}
      
.banner {
    text-align: center;
    font-style: italic;
	border-bottom: 2px ridge #000;
}
.site-footer {
	border-top: 2px ridge #000;
}
	 

.media iframe {
  display: none;
}
.media {
	display: none;
}


.media::after {
  content: " [Media URL: " attr(data-url) "]";
}

.img-right, .img-left {
	display: none;
}
