
*{
		position: relative;
}

#header a{
	font-size: 17px;
}

#header a .epd
{
	font-size: 26px !important;
}

#header .cell-full
{
	padding: 0px;
}

#header .menu-list li img
{
	vertical-align: middle;
}
#header .cell-full .frame70
{
	margin-top: 9px;
}

#header .cell-full .frame30 ul
{
	padding-top: 7%;
}
	.opc
	{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000;
		opacity: 0.9;
		z-index: 9;
	}
	.banner-bg
	{
		background-image: url("banner.jpg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	
	.banner-bg .element-auto
	{
		position: relative;
		margin: 13% 0;
		width: 100%;
		z-index: 11;
		color: aliceblue;
	}
	
	.banner-bg .element-auto span.button
	{
		width: auto;
		margin: 0px auto;
	}

.epd
{
	font-size: 28px; margin: 3px;
}

#js
{
	background-color: #DCDCDC;
}

small
{
	color: forestgreen;
	font-size: 16px;
	margin-top: -10px !important;
}
strong
{
	color: darkred;
}

.c
{

	font-size: 22px;
	background-color: #017632;
	color:gold;
	padding: 8px;
	border-radius: 50%;
	font-weight: bold;
}

.code
{
	width: 98%;
	display: inline-block;
	white-space: nowrap
}

code
{
	padding: 10px;
	background-color: #E3DFDF;
	unicode-bidi: bidi-override;
	word-break: normal;
	overflow-x: scroll;
	display: block;
	clear: both;
	margin-top: 25px;
}

code span
{
	color: darkred;
	text-decoration: underline;
	text-decoration-style: double;
	display: block;
	clear: both;
}
footer
{
	width: 100%;
	margin-top: 30px;
	padding: 12px;
	text-align: center;
	background-color: #161616;
	color: aliceblue;
}

.copy
{
	position: absolute;
	right: 0;
	margin-top: -15px;
	padding: 9px;
	background: #CDCCCC;
	border: 1px solid #9C9B9B;
	cursor: pointer;
	z-index: 9999;
}