
   /**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

body > img { display: none; } /* Hiding Pixel Images */

#termsX { display: none!important; }
.termsFloater #termsX { display: block !important; background: transparent;} 
/**********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
 
    vertical-align: baseline;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
   table, tbody, tfoot, thead, tr, th, td {
    border: 1px solid #ffffff;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}


::-webkit-scrollbar {
	width: 8px;
	background-color: #000000;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-track {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: rgba(255, 255, 255, 0.15);
	margin-top: 60px;
}

body,html{
	font-family: "888", verdana, sans-serif;
	width: 100%;
	overflow: hidden;
}

body{
	position:relative;	
	background-color: #000;	
	color: #fff;
	font-size: 13px;
	font-style: normal;
	line-height: 1.6;
}

div#MainDiv {
    overflow-y: scroll;
    height: 100%;
}

#MainDiv > div {
	padding-bottom: 50px;
}

#MainDiv > div > div{
	margin-left: 75px;
	margin-top: 75px;
	margin-right: 75px;
}


/***************/
h2, h3, h4,h5,h6{
	margin: 15px 0;
	line-height: normal;
}

h1{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size:22px;
	font-weight: 500;
	text-align: center;
	background-color: #ffffff;
	color: #000;
	padding: 0px 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	line-height: 55px;
	min-height: 55px;
}

h2{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
	
h3{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}

a{
font-weight: bold;
text-decoration: underline;
color: #7ff800;
}

a:hover{cursor:pointer;}

ol, ul {
    padding-left: 40px;
}

img{
	max-width:100%;
	height:auto;
	width: auto !important;
	height: auto !important;
}


@media only screen and (max-width: 767px) {
	#MainDiv > div > div{
		margin-left: 15px;
		margin-top: 100px;
		margin-right: 15px;
                margin-bottom: 40px;
	}

	#MainDiv:after {
		content: "";
		position:  absolute;
		left:  0;
		bottom: 0;
		width: 100%;
		height: 120px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}

	h1 {
		font-size: 20px;
		line-height: 1.2;
		padding: 12px 10px;
		min-height: auto;
	}

        h2 {
		font-size: 18px;
	}


	::-webkit-scrollbar, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
		display: none;
	}
}





