        @import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Open+Sans&family=Roboto:wght@100;400&family=Train+One&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
        body {font-size: 100%;
        margin-bottom: 5em;
            }
/* Page wrapper to determine the parameters of page */     
      .wrapper {padding: 10px; text-align: left; margin-left: auto; margin-right: auto; max-width: 700px; font-family: 'Open Sans', sans-serif;}

/* Headers */
/* h1, chapter, author: text title information */
        h1 {
            font-family: 'Open Sans', sans-serif;
            color: #8C512D;
            font-size: 1.75em;
            /*line-height: 1.1em;*/
      text-align: center;
        }
      .chapter {
            font-family: 'Open Sans', sans-serif;
            color: #999999;
            font-size: 1.2em;
            text-align: center;
        margin-top: -1em;
      }
        .author {
              font-family: 'Open Sans', sans-serif;
            color: #999999;
            font-size: .75em;
            text-align: center;
          padding-bottom: .5em;
          border-bottom: thin solid #cccccc;
          margin-left: auto; margin-right: auto;
          max-width: 700px;
        }
       
        h2 {font-family: 'Open Sans', sans-serif; color: #2F4E84; font-size: 1.5em; line-height: 1.1em;}
        h3 {font-family: 'Open Sans', sans-serif; color: #2F4E84; font-size: 1.3em; line-height: 1.1em;}
        h4 {font-family: 'Open Sans', sans-serif; color: #808080; font-size: 1.1em; line-height: 1.1em;}
        h5 {font-family: 'Open Sans', sans-serif; color: #2F4E84; font-size: 1.5em; line-height: 1.1em;}
p, blockquote, dd {font-family: 'Open Sans', sans-serif; font-size: .9em; line-height: 1.5em;}
       
/* Lists: ordered and unordered */
     
ul, ol {
            font-family: 'Open Sans', sans-serif;
            font-size: .9em;
            line-height: 1.5em;
            margin-left: 2em;
        }
ul ul {
            font-family: 'Open Sans', sans-serif;
            font-size: 1em;
            line-height: 1.5em;
            margin-left: 2em;
        }
       
ul ol {
            font-family: 'Open Sans', sans-serif;
            font-size: 1em;
            line-height: 1.5em;
            margin-left: 2em;
        }
       
/* Lists: unformatted */
       
.lists {
        padding-left: 150px;
      }

/* Blockquotes */
blockquote {
        font-family: 'Open Sans', sans-serif;
            font-size: .9em;
            line-height: 1.5em;
        margin-left: 50px;
        border-left: solid 2px #4d6d9a;
        padding-left: 10px;
      }
/* images */
    
img.img_center {
            display: block;
    margin-left: auto;
    margin-right: auto;
        }
img.img_left {
    max-width: 400px;
  margin: auto;
}

/* hanging indentation formating (used for APA) */
        .hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
   
}
/* definitions: glossary */
dt {font-family: 'Open Sans', sans-serif; font-size: .9em; line-height: 1.5em; font-weight: bold;}
   
/* Table */
        .styled-table {
    border-collapse: collapse;
    /*margin: 25px 0;*/
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    min-width: 80%;
        margin: auto;

}
       
        .styled-table thead tr {
    background-color: #4d6d9a;
    color: #ffffff;
    text-align: left;
            /*text-indent: 30px*/;
}
       
        .styled-table th,
.styled-table td {
    padding: 12px 15px;
}
       
        .styled-table tbody tr {
    border-bottom: thin solid #dddddd;
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #4d6d9a;
}
        .styled-table tbody tr.active-row {
    font-weight: bold;
    color: #4d6d9a;
}
/* Video Wrappers for responsive and fluid layouts */

/* Video Wrapper for div tag: All iframes and video must be placed in this div tag. */
    .videoWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%; /* 16:9 Aspect Ration */
}

/* Video Wrapper for iframe tag */
.videoWrapper iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Video Wrapper for video tag */
.videoWrapper video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}
      