/* These style definitions are taken directly from the Framemaker
   template used by IT Training.
*/

/* Import code style font */
@import url(//fonts.googleapis.com/css?family=Source+Code+Pro);

.alpha-order {
    list-style-type: upper-alpha;
}

.Action, .action {
    text-align: center;
    font-size: larger;
	color: black;
	padding-bottom: .75rem;
	padding-top: .75rem;
}

.edufontspace:after {
    content: "\00a0";
}

.EdufontAction, .edufontaction {
    color: #66435A; /* IU Majestic */
	font-family: BentonSansBold,Helvetica,Arial,sans-serif;
	font-variant: small-caps;
}

.Action img, .action img {
    padding-left: .15rem;
    padding-right: .15rem;
}

.EdufontSmall, .edufontsmall {
    color: #66435A; /* IU Majestic */
	font-family: BentonSansBold,Helvetica,Arial,sans-serif;
	font-variant: small-caps;
}

.BodyNote, .BodyNoteOS, .bodynote, .bodynoteos {
    padding-left: 5rem;
	text-indent: -5rem;
}

pre, code, .InlineCode, .inlinecode, .code, .Code {
    font-family: 'Source Code Pro', Courier, monospace;
}

.code, .Code {
    font-size: 105%;
}

/* Something about body indented content maybe */
.BodyIndent, .bodyindent {
    padding-left: .15rem;
}

@media print {
code[class*="language-"], pre[class*="language-"] {
    background-image: none !important;
    white-space: pre-wrap !important;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap !important;      /* Opera 4-6 */
    white-space: -o-pre-wrap !important;    /* Opera 7 */
 }   
 pre[class*="language-"] {
     border-left: 1px solid black !important;
 }
 pre[class*="language-"]:after,  pre[class*="language-"]:before {
     box-shadow: none !important;
 }
  img {
    max-width: 200px;
    width: auto;
    height: auto;
    margin: 20px auto;
  }
}