body {margin: 0px;}



#container {
	background-color: black;
	border: 1px solid gray;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 250px;
	pointer-events: none;
}


#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
	position: absolute;
}

/*-------------- SPRITE -------------*/
.shadowsprite{
	position: absolute;
}
.shadowsprite { background: url('shadowsprite.png') no-repeat top left; width: 229px; height: 319px; background-size: 229px 319px;  } 
.shadowsprite.t1-1 { background-position: 0 0; width: 201px; height: 88px; } 
.shadowsprite.t2-1 { background-position: 0 -93px; width: 175px; height: 107px; } 
.shadowsprite.t3-1 { background-position: 0 -205px; width: 198px; height: 53px; } 
.shadowsprite.t4-1 { background-position: 0 -263px; width: 229px; height: 56px; } 
/*--------- SPRITE POSITION ---------*/
.t1-1{
    top: 22px;
    left: 9px;
}
.t2-1{
    top: 12px;
    left: 21px;
}
.t3-1{
    top: 44px;
    left: 12px;
}
.t4-1{
    top: 79px;
    left: 35px;
}

/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 300px;
	height: 250px;
	position: absolute;
}


.cta{
    background-color: #00838F;
    border: 1px solid #00838F;
    width: 147px;
    height: 18px;
    right: 0px;
    top: 161px;
    position: absolute;
}
.cta-text{
	position:absolute;
	top: 5px;
	left: 49px;
	width: 50px;
	height: 13px;
}
   
.ellie{
	position: absolute;
    width: 96px;
    right: -6px;
    top: 38px;
}
#svgtexts{top: -1px;left: -1px;width:300px;height:250px;position:absolute;}

.logo{top: 15px;left: 95px;width: 107px;height: 51px;position:absolute;}
.name{top: 132px;right: 93px;width: 93px;height: 21px;position:absolute;}
/*--------------------------------------------------------*/
/*-------------scroller css start-------------------------*/
/*--------------------------------------------------------*/
p,span,table,ul,li{
	margin: 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;
}
#scroller-container{
	width: 298px;
	height: 67px;
	bottom: 0px;
	left: 0px;
	pointer-events: auto;
	cursor: default;
	position: absolute;
}

#scroller{
	width: 100%;
	height: 100%;
	background-color: #604976;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 17px;
}
#scrollerbar {
	position: absolute;
	width: 3px;
	height: 36px;
	right: 5px;
	top: 23px;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #2b173d;
	left: 0;
	top: 0;
	border-radius: 50px;
}
#scrubber {
	position: absolute;
	width: 100%;
	height: 17px;
	border-radius: 50px;
	background-color: #a490b7;
	cursor: pointer!important;
}

.content{
	position: relative!important;
	padding-left: 9px;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: -.45px;
	color: #ffffff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: OpenSansRegular,Arial, sans-serif;
}

ol{
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	padding-left: 10px;
}

ol li{
	margin-bottom: 3px;
    padding-left: 3px;
}

ol li span{
	font-weight: normal;
}

ul{
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
    list-style: none;
    margin-left: 19px;
    margin-top: 3px;
    padding-bottom: 2px;
    line-height: 18px;
}

ul li{
	list-style-type: none;
	margin-left: 1px;
	list-style-position: outside;
	position: relative;
	padding-bottom: 2px;
}

ul li:before {
    display: block;
    content: "\2022";
    position: absolute;
    left: -7px;
    font-size: 12px;
    overflow: visible;
    color: #ffffff;
	font-family: Arial, sans-serif;
}

a u, a span {
    color: inherit;
}


#toggle {
	position: absolute;
	right: 14px;
	top: 8px;
	cursor: pointer;
	font-size: 11px;
	color: black;
}

#toggle .expand, #toggle .collapse {
    display: none;
    height: inherit;
    width:13px;
    height: 13px;
}

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

#toggle{
	pointer-events: auto;
}

nowrap{
	white-space: nowrap;
}

.arrow{
	top: 2px;
    position: absolute;
    width: 14px;
	height: 8px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.scroller-arrows{
	position: absolute;
	width: 14px;
	height: 13px;
	right: 9px;
	top: 5px;
	border-radius: 4px 4px 0 0;
	background-color: #074162;
	pointer-events: auto;
	cursor: pointer;
}
.arrow-down{
	transform:rotate(180deg);
	top: 59px;
}

sup {
    font-size: .6em;
    line-height: 0.5em;
    vertical-align: baseline;
    position: relative;
    top: -0.6em;
}
/*--------------------------------------------------------*/
/*-------------scroller css end---------------------------*/
/*--------------------------------------------------------*/
/*--------------------custom css--------------------------*/
.content b{
	font-family: OpenSansBold;
	font-weight: normal;
}

.content i{
	
}
.content .title{
    padding-bottom: 1px;
    letter-spacing: 0.05px;
}
#header-scroller{
	position: absolute;
	width: 100%;
	height: 23px;
	top: 160px;
}
.headerbg{
	position: absolute;
	width: 100%;
	height: 21px;
	top: 0;
}
p{
	padding-bottom: 6px;
}

.biohaven-logo{
	width: 90px;
	height: auto;
	display: block;
	position: static;
	margin-top: -6px;
	padding-bottom: 18px;
}
#presInfo1{
    font-family: 'OpenSansRegular';
    position: absolute;
    color: #ffffff;
    font-size: 9px;
    top: 4px;
    left: 9px;
}
#presInfo1,#presInfo2, #patInfo,#medWatch {
    pointer-events: auto;
    cursor: pointer;
}
