/* Reset */

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, img, ins, kbd, q, s, samp, small, strike, tt, var, 
u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, 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%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

a:link, a:visited {
	text-decoration:none;
}

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

html, body {
	width:100%;
	height:auto;
	margin:0 ;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	color:rgb(250,210,1);
	color:rgba(250,210,1,.7);
	line-height: 1.5rem;
	background:rgb(0,0,0);
	background:rgba(0,0,0, 1);
}

.main {
	float:left;
	vertical-align: top;
	display: inline-block;
	width:100%;
}
ul, ol {
	padding-left:10px;
}
li {
	list-style: disc;
}
header{
	text-align:right;
	padding:0px 0px 0px 0px;
	background:#000000;
}
header h1 {
	padding-top:0px;
}
section {	
	background: #000000;
}
section:nth-child(2n+1) {
	background: #000000;
}


h1 {font-size:25px; font-size:6vw; padding:2px 12px; text-align: right; display: block; line-height: 2em;
	font-family: "Times New Roman", Times, serif;  color:#fad201;}
h2 {font-size:16px; font-size:4vw; padding:2px 12px;
	font-family: "Times New Roman", Times, serif;  color:#fad201;}
h3 {font-size:3vw; padding:2px 4px; text-align: center; display: block; line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;  color:#fad201;}
h4 {font-size:4vw; padding:2px 2px; text-align: center; display: block; line-height: 1.6em;
	font-family: "Times New Roman", Times, serif;  color:#fad201;}
h5 {font-size:6vw; padding:2px 2px; text-align: center; display: block; line-height: 0.5em;
	font-family: "Times New Roman", Times, serif;  color:#fad201;}	
p  {font-size:10px; font-size:2vw; padding:3px 12px;
	font-family: "Times New Roman", Times, serif; color:#fad201;}
p2  {font-size:2.5vw; padding:2px 4px; text-align: center; display: block; line-height: 1.5em;
	font-family: "Times New Roman", Times, serif; color:#fad201;}
p3  {font-size:2vw; padding:2px 4px; text-align: left; display: block; line-height: 1.5em;
	font-family: "Times New Roman", Times, serif; color:#fad201;}


.flash {
   animation-name: flash;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {color: #fad201;}
    to {color: black;}
	}

.flash1 {
   animation-name: flash1;
    animation-duration: 2.1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash1 {
    from {color: #fad201;}
    to {color: red;}
	}




a:link, a:visited {
	color:rgb(84, 203, 176);
	color:rgba(84, 203, 176, 1);
}
a:hover {
	color:rgb(0,0,0);
	color:rgba(0,0,0, 1);
}

.center {
	max-width:auto;
	padding:10px;
	margin:0 auto;
}
#demo .center {
	padding:0;
	transition:.2s;
}
.message {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	padding:15px 0;
	background:#eee;
	text-align: center;
	display: none;
}

xmp {
	display:block;
	width:100%;
	overflow: auto;
	background:#6B5D5D;
	background:repeating-linear-gradient(0deg, #6B5D5D, #6B5D5D 20px, #574F4F 20px, #574F4F 40px);
	border:2px solid #6B5D5D;
	color:#fff;
	font-family: "Times New Roman", Times, serif;
	padding:20px 5px 20px 20px;
	line-height: 20px;
	font-size:12px;
	box-sizing:border-box;
	position: relative;
	transition:.2s;
}
xmp:hover {
	opacity:.9;
	cursor:pointer;
	cursor:copy;
}
xmp:before {
	content:'';
	height:100%;
	position: absolute;
	width:10px;
	background:rgba(250,210,1,.1);
	top:0;
	left:0;
}
xmp:after {
	content:'CLICK TO COPY';
	position: absolute;
	bottom:0;
	right:5px;
	opacity: .5;
	font-size:11px;
}
xmp:hover:after {
	opacity: 1;
}
.table-overflow {
	margin:0 ;
	position: relative;
	box-sizing:border-box;
}

.table-wrap {
	width:100%;
	box-sizing:border-box;
}
table {
	font-size:12px;
}
td {
	border:1px solid #6B5D5D;
	padding:5px;
}
tr:nth-child(2n) {
	background:#E9E4E6;
}
@media (min-width: 1214px) {
	#demo .center {
		padding:60px;
	}
}
@media (max-width: 1214px) {
	.smoothslides-on, .ss-slide-stage {
		border-radius:0;
	}
}
@media (max-width: 800px) {
	.sidebar, nav {
		display: none;
	}
	.main {
		width:100%;
	}
}
@media (max-width: 600px) {
	
	a.button {
		padding:10px 20px;
		font-size:15px;
	}
	.table-wrap {
		padding-left:30px;
	}
	.table-overflow {
		margin:0 -30px;
	}
	.table-wrap {

		overflow: auto;
	}
	.table-overflow:after {
		content:'';
		position: absolute;
		height:100%;
		width:30px;
		right:0;
		top:0;
		background: linear-gradient(to right, rgba(242,238,237,0) 0%,rgba(242,238,237,1) 60%); 
	}
	.table-overflow:before {
		content:'';
		position: absolute;
		height:100%;
		width:30px;
		left:0;
		top:0;
		background: linear-gradient(to right, rgba(242,238,237,1) 30%,rgba(242,238,237,0) 100%); 
	}
}