

html, body, body * {
    margin: 0;
    padding: 0;
    border: 0 none;
	outline: 0;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #626366;
	/*position: absolute;*/
	
}


html, body {
	max-width: 728px
	min-width: 728px
	width: 728px
	max-height: 315px;
	min-height: 315px;
	height: 315px;
	overflow: hidden;
}





#main-container {
	position:absolute;
	width: 728px;
	height: 90px;
	box-sizing: border-box;
	border:1px solid #666666;
	overflow: hidden;
	opacity: 0; /* opacity set to 0 in css so we can get styling data for components */
}


#codeline{
	position:absolute;
	top:77px;
	left:681px;
	font-size:7px;
	color:#c7c7c7;
}

#expanded-codeline{
	position:absolute;
	top:300px;
	left:451px;
	font-size:7px;
	color:#c7c7c7;
}

#collapsed-container {
	position:absolute;
	width: 728px;
	height: 90px;
	left:0px;
	background-image: url("../img/initialLoad/collapsed-background.gif");
}

#expanded-container {
	position:absolute;
	width: 728px
	height: 315px;
	background-color:#666;
}

#expand-btn{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 9999;
}

#full-pi-link{
	position:absolute;
	width:51px;
	height:17px;
	top:243px;
	left:246px;
	display: block;
	background-color: rgba(50,50,50,0.01);
}


.copy {
	position: absolute;
	top:25px;
}

	
	

#copy-a{
	left:4px
}

#copy-sister {
	left:13px;
}
#copy-talks {
	left:91px;
}
#copy-about {
	left:158px;
}
#copy-how {
	left:237px;
}

#copy-opioid {
	left:286px;
}
#copy-abuse {
	left:360px;
}

#copy-has {
	left:440px;
}
#copy-affected {
	left:475px;
}

#copy-her {
	left:595px;
}
#copy-family {
	left:635px;
}



#YouTube-player {
	position:absolute;
	left:22px;
	top:6px;
	width:400px;
	height:225px;
}

.absolute {
	position:absolute;
	top:0px;
	left:0px;
}


.button, .pointer{
	cursor:pointer;
}


:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}




/* ISI sytles */

sup {
    top: -2px;
    font-size: 7px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}



.link {
    text-decoration: underline;
    cursor: pointer; cursor: hand;
	color: #e40571;
}

.pink {
	color: #e40571;
}

/* Scroller */


#wrapper {
   	top: 7px;
   	left:452px;
    position: absolute;
    width: 249px;
    height: 225px;
    overflow: hidden;
    background-color: #fff;

    /* Prevent native touch events on Windows */
    -ms-touch-action: none;

    /* Prevent the callout on tap-hold and text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Prevent text resize on orientation change */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.textwrapper {
    width: 231px;  /* wrapper width: -13px */
	margin-left: 5px;
}

#scroller {
	width: 249px; /* wrapper width */
    /*font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;*/
    cursor:default;
    /*cursor: pointer; cursor: hand;*/
   
    /* Prevent elements to be highlighted on tap */
    -webkit-tap-highlight-color: rgba(0,0,0,0);

}


#scroller p {
    margin: 1px 0;
    line-height: 1.2;
}


#scroller {
    color: #c5c5c5;
}

#scroller .boldSup {
	 top: -2px;
     font-size: 9px;
     line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#scroller .underlined {
    text-decoration: underline;
    color: #e40571;
}

#scroller .link {
	color: #e40571;
    text-decoration: underline;
    cursor:pointer;
}




#scroller .spacer {
    line-height: 0.5;
}



#scroller .bottom-spacer {
    line-height: 1.5;
}

/*---------------------------------
   Scroll bar and indicator
---------------------------------*/




.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 6px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    height: 225px; /* wrapper height */
    
   /* position: absolute;
    z-index: 9999;
    width: 4px;
    bottom: 2px;
    top: 2px;
    right: 8px;
    overflow: hidden;*/
}

.iScrollBackground {
    width: 6px;
    height: 225px; /* wrapper height */
    background-color: #d1d2d4;
    z-index: 9998;
}

.iScrollIndicator {
	background: #939598;
    width: 6px !important;
    height: 20px;
    background: #939598;
    cursor: pointer;
    
    /*
    background: #4f4f4f;
    border-width: 4px;
    border-style: solid;
    border-color: #4f4f4f;
    opacity: .4;
     */
}

.bulletList {
	padding-left: 6px;
	text-indent: -.7em;
}

.numberList {
	padding-left: 1em;
	text-indent: -.4em;
}

.number {
	color:#e40571;
	font-weight:700;
	display:inline-block;
}

ol {
	/*list-style: none;
	display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 1px;*/
}

ul {
	/*list-style: disc outside none;*/
	list-style: none;
    margin-left: 0; 
    padding-left: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
}

li {
	display: list-item;
	list-style: none;
	margin-bottom: 5px;
	/*color:#242424;*/
}

 ul li:before {
      content:'\2022';
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -2px;
      top: -0px;
      color:#e40571;
      /*font-size: 10px;*/
}