	.slideout-menu {
		position: fixed;
		top: 0;
		right: -250px;
		width: 250px;
		height: 100%;
		background: #ac1a2f;
		z-index: 9999999;
	}
	.slideout-menu h3 {
		position: relative;
		padding: 12px 10px;
		color: #fff;
		font-size: 1.2em;
		font-weight: 400;
		border-bottom: 1px solid #81191d;
	}
	.slideout-menu .slideout-menu-toggle {
		position: absolute;
		top: 0;
		right: 10px;
		display: inline-block;
		padding: 6px 9px 5px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		text-decoration: none;
		vertical-align: top;
	}
	.slideout-menu ul {
		list-style: none;
		font-weight: 300;
	}
	.slideout-menu ul li {
		border-bottom: 1px solid #9e2429;
	}
	.slideout-menu ul li a {
		position: relative;
		display: block;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		text-align:left;
	}
	.slideout-menu ul li a:hover {
		background: #000;
		color: #fff;
	}
	.slideout-menu ul li a i {
		position: absolute;
		top: 11px;
		right: 10px;
	}
	
	.header {
		padding: 15px;
		background: #000;
	}
	.slideout-menu-toggle {
		font-size: 32px;
		color: #ac1a2f;
		float:right;
	}
	.slideout-menu-toggle i {
		vertical-align: top;
		margin: 5px 3px 0 0;
	}
	
	.content {
		width: 60%;
		margin: 50px auto;
		padding: 20px;
		background: rgba(0, 0, 0, .75);
	}
	.content h1 {
		font-weight: 400;
		text-transform: uppercase;
		margin: 0;
	}
	.content h2 {
		font-weight: 400;
		text-transform: uppercase;
		color: #fff;
		margin: 0 0 20px;
	}
	.content p {
		font-size: 1em;
		font-weight: 300;
		line-height: 1.5em;
		color: #eee;
		margin: 0 0 20px;
	}
	.content p:last-child {
		margin: 0;
	}
	.content a.button {
		display: inline-block;
		padding: 10px 20px;
		background: #ff0;
		color: #000;
		text-decoration: none;
	}
	.content a.button:hover {
		background: #000;
		color: #ff0;
	}
	.content.yellow {
		position: relative;
		background: #ff0;
	}
	.content.yellow h1 {
		color: #000;
	}
	.content.yellow h1 span.demo {
		display: inline-block;
		font-size: .5em;
		padding: 5px 10px;
		background: #000;
		color: #ff0;
		vertical-align: top;
		margin: 7px 0 0;
	}
	.content.yellow .back-to-article {
		position: absolute;
		bottom: -20px;
		left: 20px;
	}
	.content.yellow .back-to-article a {
		padding: 10px 20px;
		background: #f60;
		color: #fff;
		text-decoration: none;
	}
	.content.yellow .back-to-article a:hover {
		background: #f90;
	}
	.content.yellow .back-to-article a i {
		margin-left: 5px;
	}
	.content.black {
		background: #000;
	}
	.content.black p {
		color: #999;
	}
	.content.black p a {
		color: #08c;
	}