.small-code .remark-code { /*Change made here*/
  font-size: 75% !important;
}

.tiny-code .remark-code { /*Change made here*/
  font-size: 60% !important;
}

.hljs-comment {
	color: navy !important;
}

.smaller { font-size: 90% !important; }
.small { font-size: 75% !important; }
.tiny { font-size: 60% !important; }

.width-20 { width: 20% }
.width-30 { width: 30% }
.width-40 { width: 40% }
.width-45 { width: 45% }
.width-50 { width: 50% }
.width-55 { width: 55% }
.width-60 { width: 60% }
.width-70 { width: 70% }

.alert { border-color: #00449e;
		 background-color: #f6fffe;//#d9edf7;//#f6fffe;
		 border-style: solid; border-width: 1px;
		 border-width: .25rem;
		 border-radius: .5rem;
		 box-shadow: 4px 4px 8px 0px rgba( 0, 0, 0, 0.2 );
		 padding-left: 2rem;
		 padding-right: 2rem;
		 margin-top: 4rem;
	   }

.scroll-box-20 {
  height:20em;
  overflow-y: scroll;
}
