.md-typeset__table {
   min-width: 100%;
}

.md-typeset table:not([class]) {
    display: table;
}

/* Style for only specially tagged bash blocks */
pre.custom-bash-block, code.custom-bash-block {
  font-size: 24pt;
}

@media (max-width: 768px) {
  pre.custom-bash-block, code.custom-bash-block {
    font-size: 14pt; /* smaller size for tablets/phones */
  }
}

@media (max-width: 480px) {
  pre.custom-bash-block, code.custom-bash-block {
    font-size: 12pt; /* even smaller for small phones */
  }
}
