.mybanner {
  min-width: 100%;
}

/* Menu */
/* Override the lila background with white */
.container-header {
  background-color: white;
  background-image: none;
}
/* Text should now be blue */
.container-header .mod-menu {
  color: #0088cc;
}
/* We add padding and radius so that on hover there is a nice background */
.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 3px 15px;
  color: #0088cc;
}
/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
  background-color: #eee;
}
/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
  color: #0088cc;
  border: 1px solid #0088cc;
}

table.tableMyTest{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}

.tableMyTest tbody td{
    padding:10px;
    text-align:center;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

#:root {
#  --cassiopeia-color-primary: red;
#  --cassiopeia-color-hover: green;
#  --cassiopeia-color-link: green;
#}