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: 728px;
	height: 90px;
	pointer-events: none;
	font-family: Helvetica, Arial, sans-serif;
}

.pos-abs {
    position: absolute;
}
.bg {
	width: 728px;
	height: 90px;
	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 -17px 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: 242px;
	height: 90px;
	bottom: 0;
	pointer-events: auto;
	cursor: default;
	position: absolute;
	right: 0;
	border-left: 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: 141px; height: 145px; background-size: 141px 145px;  } 
.sprite.cta-text { background-position: 0 0; width: 65px; height: 11px; } 
.sprite.t1 { background-position: 0 -16px; width: 120px; height: 37px; } 
.sprite.t2 { background-position: 0 -58px; width: 138px; height: 53px; } 
.sprite.t3 { background-position: 0 -116px; width: 141px; height: 29px; } 

.t1 {top: 48px;left: 2px;}
.t2 {top: 16px;left: 267px;}
.t3 {top: 12px;left: 171px;}
.cta-text {top: 8px;left: 14px;}
.logo {top: -1px;left: 2px;width: 74px;height: auto;}

#cta {top: 49px;left: 187px;width: 102.5px;height: 26.5px;}

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

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

.qmark {
    top: 16px;
    left: 175px;
    width: 57px;
    height: 57px;
}