:root {
  --primaryColor: #C6064F;
  --secondaryColor: #BDE58C;
  --tertiaryColor: #A80048;
  --quaternaryColor: #FBD9E6;
  --textColor: #333333;
  --bgColor: #F6F6F6;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --bgCopyright: #333333;
}

#content img {
 margin-bottom:20px;
}
#content p > img {
 margin-bottom:0;
}
#content thead.table-color {
 background-color: var(--primaryColor)!important;
}
#content thead.table-color > tr > th.title {
 color: var(--whiteColor)!important;
 vertical-align: middle;
 text-align: center;
}
#content thead.table-color > tr > th.title > p,
.table-bordered > :not(caption) > * > * > p {
 margin-bottom:0;
 font-weight:400!important;
}
@media (min-width:1200px) {
   #content iframe {
  aspect-ratio: 16/9;
    width:100%;
    min-height: 500px;
   }
}