:root {
  --tc1: #EA0000;
  --tc2: #BB0000;
  --textColor: #555555;
  --bgColor: #BB0000;
  --light: #FFFFFF;
  --dark: #000000;
  --copyright: #333333;
}
#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(--tc2)!important;
}
#content thead.table-color > tr > th.title {
 color: var(--light)!important;
}