#content {
 min-height: 380px;
 margin-top: 40px;
}
.contentLeft {
 /* background-color: #4DA7B9;*/
 padding-right: 4%;
}
.contentRight {
 /*background-color: #A24CB9;*/
 margin-right: auto;
 margin-left: auto;
 max-width: 500px;
 max-height: 500px;
}
h3 {
 font-size: 1.6em;
 color: #013765;
 font-family: Calibri, Arial, Helvetica, sans-serif;
 font-weight: bold;
}
h4 {
 font-size: 1.3em;
 color: #53565A;
 font-family: Calibri, Arial, Helvetica, sans-serif;
 font-weight: bold;
}
p {
 font-weight: normal;
 color: #000000;
}
audioHeader {
 /*background-color: #4DA7B9;*/
 padding-left: 14%;
}
.tableCell {
 background-color: #ffffff;
 padding: 2%;
 border: #D9D9D6 1px solid;
 /*max-width: 400px;*/
}
.centerText {
 text-align: center;
}
.videoLeft {
 padding: 1%;
 margin-right: auto;
 margin-left: auto;
}
.videoRight {
 margin-right: auto;
 margin-left: auto;
 padding: 1%;
}
.responsive-iframe_16-9Container {
 position: relative;
 width: 100%;
 height: 100%;
 overflow: hidden;
 padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive-iframe {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
 border: none;
}
.smallerText {

 font-size: .9em;;
}
.maxHeightDoc {
 max-height: 400px;
}
