
/*for pedagogue review of print PDF*/
@media print {
  .hidden {
    display: block;
  }

  .invisible {
    visibility: visible;
  }

  .collapse {
    display: block;
  }

  .answer_reveal, .answer_reveal-right,
  .answer_reveal_hint {
    display: block;
  }

  h4 {
    color: green
  }


  .tab-content > .tab-pane {display:block !important; border-top:1px solid orange; padding-top:40px}
  .tab-pane.fade {opacity:1; display:block}


  ;
}

/* Write Learning Activity CSS overrides here. */
h2, .h2 {
/*identify change in topic somehow*/
/*border-left: 20px solid #0E8A16; padding-left:10px;*/
}

h3, .h3 {
/*line-height:1.5em;
margin: 2.5em 0 1.5em 0;
border-left: 5px solid #0E8A16; padding-left:10px;*/
}

h1 img{
/*allows image to clear top nav and sections set for buttons*/
padding-top:40px
}

.answer_reveal, .answer_reveal-right {
/*removes flex layout for SAs*/
display:block;
padding:3%;
}

.answer_reveal p {
/* removes p margin SAs*/
margin:0 0 .8em 0;
padding:0 5% 0 2.5%;
}

/*Adds padding between rows - so SAs don't bump into text below*/
div.row { padding-bottom:1.5rem; }

/*Adds linespacing to accordion paragraphs*/
.accordionILC .panel-body p{
margin: 0 0 .8em 0;
}

/* Spacing between content topics */
.topmargin { margin-top:100px; }/*
.endtopic { border-bottom: 1px solid #0E8A16; }*/

/*Only lower border that relates to content*/
.ilc-row-text, .ilc-row-img { border:none; }





/*First differences tables*/

.differences-table {
  margin-top: 30px;
}
.differences-table2 {
  margin-top: 60px;
}
.curlybrace {
  font-size: 30px;
}

.offset_table td {

  height:60px;

}


.ilc-sidenav {
    z-index: 101;
}



.navbar-ilc {
    z-index: 101;
}



progress {
    z-index: 101;
}
