:root {
  --thmColor1: #EC2D5B;
  --thmColor2: #BD2449;
  --thmColor3: #71162C;
  --thmColortext: #444444;
  --thmBgcolor: #71162C;
  --thmWhite: #FFFFFF;
  --thmBlack: #000000;
  --thmCopyright: #71162C;
  --thmTransition: .5s;
  --thmSummary: #FFEB9E;
}

#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
   height:100%;
}
#content thead.table-color {
 background-color: var(--thmColor1)!important;
}
#content thead.table-color > tr > th.title {
 color: var(--thmWhite)!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;
   }
}