body {margin: 0px;}

#container {
	background-color: #fff;
	border: 1px solid black;
	-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: Helvetica, Arial, sans-serif;
}

.pos-abs {
    position: absolute;
}
.bg {
	width: 300px;
	height: 600px;
	top: -1px;
    left: -1px;
    background-color: #fff;
}
#clickthru, #firstTag{
	width: 100%;
	height: 100%;
	pointer-events: auto;
	position: absolute;
	top: 0;
}

/*-------------- SPRITE -------------*/

img {
	width: 100%;
	height: auto;
	display: block;
}

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;
}

.content{
	position: relative!important;
	padding-left: 7px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 -15px 0 0;
}
.content table{
    border-collapse: collapse;
    border-spacing: 0;
  }
.content a {
    color: rgba(233,122,34,1);
}
.content .takeda{
	width: 90px;
	height: 29px;
}
ul{
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
    list-style: none;
}
ul li{
	list-style-type: none;
    margin-left: 15px;
    list-style-position: outside;
    position: relative;
}
ul li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: currentColor;
    position: absolute;
    left: -15px;
    top: 4px;
    border-radius: 999px;
    overflow: visible;
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
a u, a span {
    color: inherit;
}

#scroller-container{
	width: 300px;
	height: 199px;
	bottom: 0;
	pointer-events: auto;
	cursor: default;
	position: absolute;
	left: -1px;
    border-top: 1px solid #f1f1f1;
}
#scroller{
	width: 100%;
	height: 100%;
	background-color: white;
	overflow-y: scroll;
	overflow-x: hidden;
	 /* Increase/Decrease this value for cross-browser compatibility */
	padding-right: 16px;
}
#scrollerbar {
	position: absolute;
	width: 10px;
	height: 100%;
	right: 0;
	top: 0;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	left: 0;
	top: 0;
}
#scrubber {
	position: absolute;
	width: 10px;
	height: 30px;
	background-color: #aaaaaa;
	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;
}

/*SPRITE*/
.sprite { background: url('sprite.png') no-repeat top left; width: 217px; height: 177px; background-size: 217px 177px;  } 
.sprite.cta-text { background-position: 0 0; width: 88px; height: 13px; } 
.sprite.t1 { background-position: 0 -18px; width: 129px; height: 41px; } 
.sprite.t2 { background-position: 0 -64px; width: 181px; height: 67px; } 
.sprite.t3 { background-position: 0 -136px; width: 217px; height: 41px; } 

.t1 {    top: 29px;
    left: 152px;}
.t2 {    top: 280px;
    left: 58px;}
.t3 {     top: 111px;
    left: 38px;}
.cta-text {     top: 18px;
    left: 23px;}
.logo {    top: 6px;
    left: 12px;
    width: 111px;
    height: auto;}

#cta {    top: 188px;
    left: 65px;width: 163px;height: 100px;}

#medWatch, #presInf, #medGuide {
    pointer-events: auto;
    cursor: pointer;
}

.seq {
    background: url('seq.jpg') top left no-repeat;
    width: 300px;
    height: 350px;
}

.qmark {
          top: 132px;
    left: 82px;
    width: 115px;
    height: 115px;
}