
.center {

width:100%;
height:100%;
float:left;
}
#demo .center {
	padding:0;
	transition:.2s;
}
.message {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	padding:15px 0;
	background:#eee;
	font-weight:bold;
	text-align: center;
	display: none;
}
a.button {
	display:inline-block;
	background:rgb(40,20,20);
	background:rgba(40,20,20,.7);
	color:#fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size:20px;
	font-size:1.5vw;
	padding:10px 15px;
	padding:1.5vw 3vw;
	border-radius:2px;
	transition:.3s;
	margin:2px;
	perspective:800;
}
a.button:hover {
	background:rgb(84, 203, 176);
	background:rgba(84, 203, 176, 1);
}
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: 'Source Code Pro', monospace;
	padding:20px 5px 20px 20px;
	line-height: 20px;
	font-size:12px;
	box-sizing:border-box;
	position: relative;
	transition:.2s;
}
xmp:before {
	content:'';
	height:100%;
	position: absolute;
	width:10px;
	background:rgba(255,255,255,.1);
	top:0;
	left:0;
}
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 (max-width: 1214px) {
	.smoothslides-on, .ss-slide-stage {
		border-radius:0;
	}
}
@media (max-width: 800px) {
	.sidebar {
		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%); 
	}
}