:root {
  --themeColor1: #EF1C25;
  --themeColor2: #BF161E;
  --themeColor3: #8F1116;
  --themeColortext: #444444;
  --themeBgcolor: #600B0F;
  --themeWhite: #FFFFFF;
  --themeBlack: #000000;
  --themeCopyright: #600B0F;
  --themeTransition: .5s;
  --themeSummary: #600B0F;
  --themeSidebar: #600B0F;
}

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