body {margin: 0px;}

@font-face {
	font-family:UniversLTStd-Bold;
	src: url('https://s0.2mdn.net/creatives/assets/3652915/UniversLTStd-Bold.woff');
}
@font-face {
	font-family:UniversLTStd-BoldCn;
	src: url('https://s0.2mdn.net/creatives/assets/3652915/UniversLTStd-BoldCn.woff');
}
@font-face {
	font-family:UniversLTStd-Rmn;
	src: url('https://s0.2mdn.net/creatives/assets/3652915/UniversLTStd.woff');
}

#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, #firstClick{
	width: 100%;
	height: 100%;
	pointer-events: auto;
	position: absolute;
}

.sprite{
	position: absolute;
}

footer{
    width:100%;
    height: 20px;
    position: absolute;
    bottom:0px;
    background-color: white;
}

header{
    width:100%;
    height: 22px;
    position: absolute;
    top: 124px;
    background-color: #3a9096;
}
.frame1{
    position: absolute;
    width:300px;
    height:250px;
}
.top{
    width:100%;
    height: 67px;
    top:0px;
    position: absolute;
    background-color: white;
    overflow: hidden;
}
/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 244px; height: 776px; background-size: 244px 776px;  } 
.sprite.footer-text { background-position: 0 0; width: 169px; height: 15px; } 
.sprite.header-text { background-position: 0 -20px; width: 236px; height: 17px; } 
.sprite.logo-blue { background-position: 0 -42px; width: 83px; height: 52px; } 
.sprite.t4 { background-position: 0 -99px; width: 138px; height: 16px; } 
.sprite.t5 { background-position: 0 -120px; width: 157px; height: 19px; } 
.sprite.t6 { background-position: 0 -144px; width: 118px; height: 18px; } 
.sprite.text-blue { background-position: 0 -167px; width: 168px; height: 44px; } 
.sprite.text-white { background-position: 0 -216px; width: 168px; height: 45px; } 
.sprite.logo-white { background-position: 0 -266px; width: 83px; height: 54px; } 
.sprite.name1 { background-position: 0 -325px; width: 196px; height: 79px; } 
.sprite.name2 { background-position: 0 -409px; width: 229px; height: 105px; } 
.sprite.t1 { background-position: 0 -519px; width: 233px; height: 19px; } 
.sprite.t2 { background-position: 0 -543px; width: 236px; height: 19px; } 
.sprite.t3 { background-position: 0 -567px; width: 113px; height: 18px; } 
.sprite.t3a { background-position: 0 -590px; width: 204px; height: 21px; } 
.sprite.name3 { background-position: 0 -616px; width: 244px; height: 160px; } 

/*--------- SPRITE POSITION ---------*/
.cta-text {top: 8px;left: 11px;width: 77px;height: 15px;position: absolute;}
.cta-arrow {top: 11px;left: 94px;width: 8px; height: 12px; position: absolute;}
.t1 {top: 88px;left: 32px;}
.t2 {top: 86px;left: 33px;}
.t3 {top: 87px;left: 92px;}
.t3a {top: 86px;left: 47px;}
.t4 {top: 87px;left: 80px;}
.t5 {top: 88px;left: 70px;}
.t6 {top: 86px;left: 90px;}
.name1 {top: 163px;left: 38px;}
.name2 {top: 136px;left: 54px;}
.name3 {top: 90px;left: -2px;}
.header-text {top: 3px;left: 13px;}
.footer-text {top: 4px;left: 9px;}
.text-white, .text-blue {top: 9px;left: 113px;}
.logo-white, .logo-blue {top: 5px;left: 9px;}



/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 300px;
	height: 250px;
	position: absolute;
}
.whiteBG{
	width: 300px;
	height: 250px;
	position: absolute;
    background-color: white;
}
.img1{
    width:300px;
    height:250px;
    position: absolute;
    left:0px;
    top:0px;
}
.img2{
    width:300px;
    height:250px;
    position: absolute;
    right:0px;
    top:0px;
}
.img3{
    width:300px;
    height:250px;
    position: absolute;
    bottom:0px;
    left: -1px;
}

.cta{
    background-color:#f79221;
    border-radius: 5px;
    width: 113px;
    height: 32px;
    left: 92px;
    top: 76px;
    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: 82px;
    bottom: 20px;
	left: 0px;
	pointer-events: auto;
	cursor: default;
	position: absolute;
}

#scroller{
	width: 100%;
	height: 100%;
	background-color: #F9F8F6;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 17px;
}
#scrollerbar {
	position: absolute;
	width: 5px;
	height: 51px;
	right: 5px;
	top: 10px;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #9d9d9d;
	left: 0;
	top: 0;
	border-radius: 50px;
}
#scrubber {
	position: absolute;
	width: 100%;
	height: 13px;
	border-radius: 50px;
	background-color: #555555;
	cursor: pointer!important;
}

.content{
	left: 3px;
	width: 254px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	position: relative!important;
	padding-left: 7px;
	padding-right: 30px;
	padding-top: 1px;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: .2px;
	color: #413e3e;
	/* -webkit-touch-callout: none; */
	/* -webkit-user-select: none; */
	/* -moz-user-select: none; */
	/* -ms-user-select: none; */
	/* user-select: none; */
	/*	font-family:  Arial, sans-serif;*/
	/*	font-family: UniversLTStd-Bold;*/
	font-family: UniversLTStd-Rmn;
}

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;
    width: 100%;
}

ul li{
	list-style-type: none;
	margin-left: 20px;
	list-style-position: outside;
	position: relative;
}

ul li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: currentColor;
    position: absolute;
    left: -10px;
    top: 5px;
    border-radius: 999px;
    overflow: visible;
}

a u, a span {
    color: inherit;
}


#toggle {
	position: absolute;
	right: 9px;
	top: -1px;
	cursor: pointer;
	font-size: 20px;
	color: white;
}

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

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

#toggle{
	pointer-events: auto;
}

nowrap{
	white-space: nowrap;
}

/*--------------------------------------------------------*/
/*-------------scroller css end---------------------------*/
/*--------------------------------------------------------*/
/*--------------------custom css--------------------------*/
.content b{
	
}

.content i{
	
}

#header-scroller{
	position: absolute;
	width: 100%;
	height: 23px;
	background-color: #2b173d;
	top: 162px;
}

p{
	padding-bottom:5px;
}

.biohaven-logo{
	width: 97px;
	height: auto;
	display: block;
	position: static;
	margin-top: 4px;
	padding-bottom: 14px;
}

a#presInfo2{color: #ffffff;}
#presInfo1, #presInfo2,#biohavenCTA {
    pointer-events: auto;
    cursor: pointer;
}

#medwatchCTA, #medGuideCTA, #medGuideCTA2 {
    pointer-events: auto;
    cursor: pointer;
}

#medGuideCTA2{
	width: 105px;
	height: 13px;
	left: 73px;
	top: 5px;
	opacity: 0.5;
	position: absolute;
}

table {
    margin-left: -2px;
    padding-bottom: 8px;
    margin-right: -24px;
    padding-top: 0px;
    font-family: UniversLTStd-Bold;
}
#botTab {
    margin-left: -9px;
    padding-bottom: 0px;
    margin-right: -31px;
    padding-top: 22px;
    font-family: UniversLTStd-Rmn;
}
.top-border{
    width: 293px;
    height:1px;
    position: absolute;
    background-color: black;
    top: 0px;
    left: 3px;
}
sup{
    position: relative;
    font-size: 69%;
    line-height: 12px;
}
#takeda-logo{
	width: 95px;
	height: 33px;
	display: block;
	position: static;
	margin-top: 23px;
	padding-left: 4px;
	padding-bottom: 24px;
	left: 10px;
	/* position: absolute; */
}
#star-logo{
	width: 90px;
	height: 38px;
	display: block;
	position: static;
	margin-top: -59px;
	padding-bottom: 26px;
	padding-left: 171px;
	padding-right: 0px;
	left: 178px;
	/* position: absolute; */
}

