*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#text2HitArea {
    position: absolute;
    /* background-color: chocolate; */
    top: 115px;
    left: 9px;
    width: 202px;
    height: 31px;
}
/* ISI & Tiny Scrollbar */

#isi-container {
    width: 300px;
    height: 103px;
    position: absolute;
    bottom: -1px;
    left: 0;
    padding: 3px 3px 0 3px;
    background-color: #ffffff;
}

#isi-container #isi-expand {
	color: #5b328a;
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	cursor: pointer;
	width: 12px;
	right: -20px;
    top: 26px;
    /* visibility: hidden; */
}

#isi-container .isi-bar {
    position: absolute;
    background-image: url("img_pi.png");
    top: 2px;
    left: 9px;
    width: 252px;
    height: 20px;
    background-size: contain; -moz-background-size: contain; -webkit-background-size: contain;
    background-repeat: no-repeat;
}
#isi-container #greyLine {
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #969696;
}

#isi-container .isi-bar .pi-link {
	width: initial;
	cursor: pointer;
	z-index: 25000;
    text-decoration: underline;
    font-family: "Arial";
	font-size: 9px;
    line-height: 0.9;
    color: #000000;
}

#isi-container .viewport {
    width: 285px;
    height: calc(100% - 26px);
    overflow: hidden;
    position: relative;
    margin-top: 26px;
}

#isi-container .overview {
    width: calc(100% - 5px);
    height: 100%;
    list-style: none;
    position: absolute;
    left: 5px;
    top: 0;
    padding: 0;
    margin: 0;
}

#isi-container .scrollbar {
    background: #ebeced;
    position: absolute;
    right: 2px;
    bottom: 0;
    width: 7px;
}

#isi-container .track {
    background: #ebeced;
    height: 100%;
    width: 5px;
    position: relative;
}

#isi-container .thumb {
    background: #969696;
    height: 9px;
    width: 5px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 1px;
}

#isi-container .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 5px;
}

/* ISI copy */

#isi-container .boxWarning {
    position: relative;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    width: 96%;
    line-height: 1.0;
}

#isi-container .boxWarning h4,
#isi-container .boxWarning p{
    margin:0;
}

#isi-container h1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #085452;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: 0;
}

#isi-container h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #085452;
    margin-top: 15px;
    margin-bottom: 8px;
    margin-right: 0;
    margin-left: 0;
}

#isi-container h4 {
    font-weight: 700;
    line-height: 14px;
    color: #000000;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 0;
    margin-left: 0;
}

#isi-container h3 {
    font-weight: 700;
    line-height: 14px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: 0;
}

#isi-container p {
    color: #000000;
    margin: 0 0 5px;
    line-height: 1.1;
}

#isi-container ul {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}

#isi-container ul li {
    padding-left: 8px;
    position: relative;
    color: #000000;
    margin: 0;
}

#isi-container ul li::before {
    position: absolute;
    content: "\2022";
    color: #085452;
    left: 0;
}

#isi-container .pi-link {
    text-decoration: underline;
    color: #085452;
    cursor: pointer;
}

#isi-container .logo {
    width: 50%;
    margin: 20px 0 15px 0;
}


#autoscroll-stop {
    padding-top: 30px;
}