.container {
    /* override bootstrap 10px padding */
    padding-left: 5 !important;
    padding-right: 5 !important;
}

a:visited { color: #551a8b !important; }
a:hover, a:focus { color: #06e !important; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.highlight,.hB {
    background: #b3d4fc;
    text-shadow: none;
}

.hY {
    background: #ffff66;
    text-shadow: none;
}

.hP {
    background: #ffccff;
    text-shadow: none;
}

.hR {
    background: #cc0000;
    text-shadow: none;
}

.codeblock {
    background: #e0e0e0;
    text-shadow: none;
    padding:2px;
    border:1px solid #888;
}

/*
table, .mytable {
    border: 2px solid black;
}
*/

.w100 {
    max-width: 100%;
    max-height: 90%;
    /*
    height: auto;
    align: middle;
    margin: 0 auto; 
    scroll-snap-type: mandatory;
    scroll-snap-align: center;
    */
}

img {
    image-orientation: from-image;
}
