body {margin: 0px;}

#container {
	background-color: white;
	border: 1px solid gray;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 600px;
	pointer-events: none;
    font-family: Arial, sans-serif;
}

#clickthru{
    top: 0px;
    left: 0px;
	width: 300px;
	height: 600px;
	pointer-events: auto;
}

.posAbs{
    position: absolute;
}

#piLeaflet {
    pointer-events: auto;
    cursor: pointer;
}


/*--------------------------------------------------------*/
/*-------------scroller css-------------------------------*/
/*--------------------------------------------------------*/
p,span,table,ul,li{
	margin-top: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	image-rendering: optimizeQuality;
}

.content{
	position: relative!important;
	padding-left: 19px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.2;
	color: #212121;
	letter-spacing: 0.1px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: -16px;
}
.content table{
    border-collapse: collapse;
    border-spacing: 0;
  }

ul{
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
    list-style: none;
}
ul li{
	list-style-type: none;
	margin-left: 25px;
	margin-top: 4px;
	list-style-position: outside;
	position: relative;
	margin-bottom: 6px;
}
ul li:before {
    display: block;
    content: "\2022";
    color: #4b3f67;
    position: absolute;
    left: -10px;
    top: -2px;
    font-size: 18px;
    overflow: visible;
}

a u, a span {
    color: inherit;
}

#scroller-container{
	width: 299px;
	height: 144px;
	bottom: 0;
	pointer-events: auto;
	cursor: default;
	position: absolute;
	right: 0;
}
#scroller{
	width: 100%;
	height: 100%;
	background-color: white;
	overflow-y: scroll;
    overflow-x: hidden; 
    -webkit-overflow-scrolling: touch;
    /* Increase/Decrease this value for cross-browser compatibility */
    padding-right: 16px;
}
#scrollerbar {
	position: absolute;
	width: 16px;
	height: 144px;
	right: 0px;
	top: 0px;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #dddddd;
	left: 0;
	top: 0;
}
#scrubber {
	position: absolute;
	width: 100%;
	height: 17px;
	background-color: #634b7f;
	cursor: pointer!important;
}


#toggle {
    position: absolute;
    right: 11px;
    top: 13px;
    cursor: pointer;
    margin-right: 3px;
    float: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#toggle .expand, #toggle .collapse {
    display: none;
    height: inherit;
}
#toggle.expand .expand,#toggle.collapse .collapse{
	display: block;
}

sup {
    font-size: 7px;
}

.isiBar {
    background-color: #634b7f;
    width: 100%;
    height: 25px;
    top: 429px;
    left: 0px;
    pointer-events: auto;
    cursor: pointer!important;
}

/*--------------------------------------------------------*/
/*-------------scroller css end---------------------------*/
/*--------------------------------------------------------*/
/*-------------- SPRITE -------------*/
.sprite {position: absolute;}
/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 258px; height: 830px; background-size: 258px 830px;  } 
.sprite.cta-arrow-hover { background-position: 0 0; width: 7px; height: 11px; } 
.sprite.inhaler1 { background-position: 0 -16px; width: 105px; height: 184px; } 
.sprite.inhaler2 { background-position: 0 -205px; width: 90px; height: 169px; } 
.sprite.isitxt { background-position: 0 -379px; width: 258px; height: 13px; } 
.sprite.t1 { background-position: 0 -397px; width: 157px; height: 43px; } 
.sprite.t3 { background-position: 0 -445px; width: 184px; height: 23px; } 
.sprite.t4 { background-position: 0 -473px; width: 184px; height: 84px; } 
.sprite.cta-arrow { background-position: 0 -562px; width: 7px; height: 11px; } 
.sprite.cta-text-hover { background-position: 0 -578px; width: 78px; height: 10px; } 
.sprite.cta-text { background-position: 0 -593px; width: 78px; height: 10px; } 
.sprite.logo { background-position: 0 -608px; width: 209px; height: 97px; } 
.sprite.t2 { background-position: 0 -710px; width: 246px; height: 120px; } 

/*--------- SPRITE POSITION ---------*/
.cta-arrow, .cta-arrow-hover {    top: 12px;
    left: 121px;
}
.cta-text, .cta-text-hover {    top: 11px;
    left: 29px;}
.isitxt {top: 7px; left: 18px;}
.logo {    top: 27px;
    left: 57px;}
.t1 {    top: 190px;
    left: 27px;}
.t2 {    top: 257px;
    left: 27px;will-change: transform;}
.t3 {    top: 258px;
    left: 28px;}
.t4 {    top: 281px;
    left: 28px;
}
.t5 {top: 143px;left: 211px;}

.cta-arrow-hover, .cta-text-hover {opacity: 0;}
/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg {
    width: 300px;
    height: 600px;
    top: -1px;
    left: -1px;
    position: absolute;
}
.inhaler1{
      top: 214px;
    left: 70px;
}

.inhaler2{
       top: 194px;
    left: 188px;
}

.cta{
	background-color: #634b7f;
	border-radius: 3px;
	border: 1px solid #fff;
    width: 142px;
    height: 35px;
    left: 28px;
    top: 374px;
	pointer-events: auto;
}

