/*no-numbered-heading is used when you want a heading without a number, like in reference-sty;e descriptionf of OSC2 language constructs */
nnh {
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    letter-spacing:-.01em;
    margin:1em 0;
}
/*no-numbered-heading is used when you want a heading without a number, like in reference-sty;e descriptionf of OSC2 language constructs */
bnnh {
    font-weight: 600;
    font-size: 18px;
}
/*didyouknow is used in the workshop to draw attention to key points of the lab */
div.didyouknow {
    border-style:solid;
    border-color:#287EC7;
    font-family: Arial;
    font-size: 18px;
    padding:20px;
}
/*code-example-heading is used to label each and every code example */
ceh {
    font-family: Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-size: 18px;
    color: #4054b4;
}

/* intended to create box around command code blocks. Not currently used*/
div.cmd {
    border-style:solid;
    border-color:#287EC7;
    font-family: Courier;
    font-size: 15px;
    padding:15px;
}
/* intended for formatting code blocks in rnotes */
div.code {
    font-family: Courier;
    font-size: 15px;
    overflow-x: scroll;
}
div.preformatted {
    font-family: Courier;
    font-size: 15px;
    overflow-x: scroll;
}
table.confluenceTable {
    font-size: 12px;
}

.md-grid {
    max-width: 90%;
}