/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/

.popupContainer {
	width:100%;
	height:100%;
	opacity:.95;
	top:0;
	left:0;
	display:none;
	position:fixed;
	background-color:#313131;
	overflow:scroll;
}
#close {
position:absolute;
right:-10px;
top:-10px;
cursor:pointer;
}
#display_isi{
	width:68%;
	height:auto;
	min-height:70%;
	padding:3% 5%;
	border:5px solid #000;
	font-family:raleway;
	background-color:#fff;
	position:absolute;
	top:8%;
	margin-left:9%;
	font-family:'Raleway',sans-serif;
	-webkit-transform: translate3d(0,0,0);
}
#display_isi1{
	width:68%;
	height:auto;
	min-height:70%;
	padding:3% 5%;
	border:5px solid #000;
	font-family:raleway;
	background-color:#fff;
	position:absolute;
	top:5%;
	margin-left:9%;
	font-family:'Raleway',sans-serif;
	-webkit-transform: translate3d(0,0,0);
}
#close1 {
position:absolute;
right:-10px;
top:-10px;
cursor:pointer;
}

div.scroll {
    white-space: nowrap;
	overflow: scroll;
}

table.scroll{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
  
th.scroll, td.scroll {
	text-align: center;
	padding: 0 8px 0 8px;
	color:#000;
}

tr.head {
	border-bottom: 3px solid #000;
}

tr.head:nth-child(even){background-color: #f2f2f2}
tr.scroll:nth-child(even){background-color: #f2f2f2}