.demo-btn-margin .btn{margin-bottom:6px}
ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
ol.banner {
           padding: 0 0;
           line-height: 30px;
           margin-top: 0px;
           margin-bottom: 30px;
           margin-top: 50px;
           background: #ccc;
    	   opacity: 0.6;
}
.banner li {
    display: inline-block;
    width: 25%;
    background: url(../img/disc-2-light-orange.png) 0 1px no-repeat;
    background-size: 28px 28px;
    padding-left: 35px;
    vertical-align: top;
}
.banner li:last-child {
    width: 25%;
    background: url(../img/disc-3-light-orange.png) 0 1px no-repeat;
    background-size: 28px 28px;
}
.banner li:first-child {
    width: 25%;
    background: url(../img/disc-1-light-orange.png) 0 1px no-repeat;
    background-size: 28px 28px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
    color: black;
}

ul { 
  list-style: none;
  margin: 5px 20px;
}
li {
  margin: 10px 0;
}
#slideshow {  
    position: relative;  
}

#slideshow > div { 
    position: absolute;  
}

/*custom style*/
div#nos-reference{
	/*height:150px;
	background-color:lightblue;*/
	overflow:auto;
	/*overflow-y:scroll;*/
}
