:root {
  --thmColor1: #54C7F1;
  --thmColor2: #1C79BE;
  --thmColor3: #2B3990;
  --thmColortext: #444444;
  --thmBgcolor: #2B3990;
  --thmWhite: #FFFFFF;
  --thmBlack: #000000;
  --thmCopyright: #11203F;
  --thmTransition: .5s;
}

#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
}
#content thead.table-color {
 background-color: var(--thmColor2)!important;
}
#content thead.table-color > tr > th.title {
 color: var(--thmWhite)!important;
 vertical-align: middle;
}
#content thead.table-color > tr > th.title > p,
.table-bordered > :not(caption) > * > * > p {
 margin-bottom:0;
 font-weight:400!important;
}