/*---- some styles created for Contoller site --------

		jnk on 11/2/18 ------------*/

 
  
@import url("/css/attrib-select.css");
  
  a[href^="http:"]::after, a[href^="https:"]::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f08e" !important;
	color: #00703b;
	font-size: x-small;
	vertical-align: super;
	font-weight: 900;
	padding-left: 2px;
}

	ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.simple-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
}
ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1.25em;
    width: 0.8em;
     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
 margin-right:1em;
    content: counter(li-counter);
    counter-increment: li-counter;
}
		.simple-list ol li {
		list-style-type:lower-alpha;
		}