body div.container-lg * {color: black !important;}

div.container-lg {
  max-width : 100% !important;
  margin    : 0;
  border    : none !important;
}

details,
nav,
video,
#video {
  display: none !important;
}

main a::after {
  content: " ("attr(href) ")";
}

div.row {
  margin: 0 !important
}

table>* {
  color           : black;
  background-color: white;

}

table tr>* {
  border : none !important;
  padding: 5px !important;
}

main img {
  max-width: 50% !important;
}