<style type="text/css">
	* {
		margin: 0;
		padding: 0;
		font-family: 'Lato', sans-serif;
	}
	
	body {
		background: url(../images/texture_old_map.png);
		font-family: 'Lato', sans-serif;
	}
	
.accordion-content a { 
    color:#254dfd !important;
    text-decoration:none !important;
}

	.content {
/* 		width: 60%; */
            width: 900px;
		margin: 20px auto;
		padding: 20px;
	}
	.content h1 {
		font-weight: 400;
		margin: 0;
	}
	.content h2 {
		font-weight: 400;
		color: #333;
		margin: 0 0 20px;
	}
	.content p {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 20px;
	}
.accordion-content ul li {
    list-style: square;
    font-size: 1.1em;
    line-height: 1.5em;
}

	.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.title {
		position: relative;
		background: none;
		border: 2px solid gray;
                text-align:center;
	}
	.content.title h1 span.demo {
		display: inline-block;
		font-size: .5em;
		padding: 5px 10px;
		background: #000;
		color: #fff;
		vertical-align: top;
		margin: 7px 0 0;
	}
	.content.title .back-to-article {
		position: absolute;
		bottom: -20px;
		left: 20px;
	}
	.content.title .back-to-article a {
		padding: 10px 20px;
		background: #f60;
		color: #fff;
		text-decoration: none;
	}
	.content.title .back-to-article a:hover {
		background: #f90;
	}
	.content.title .back-to-article a i {
		margin-left: 5px;
	}
	.content.white {
		background: #fff;
		box-shadow: 0 0 10px #999;
	}
	.content.black {
		background: #000;
	}
	.content.black p {
		color: #999;
	}
	.content.black p a {
		color: #08c;
	}
	
	.accordion-container {
		width: 100%;
		margin: 0 0 20px;
		clear: both;
	}
	.accordion-toggle {
		position: relative;
		display: block;
		padding: 12px;
		font-size: 1.1em;
		font-weight: 700;
                background: #4f7dac;
		color: #fff;
		text-decoration: none;
	}
	.accordion-toggle.open {
                background: #4f7dac;
		color: #fff;
	}
	.accordion-toggle:hover {
                background: #66a2de;
	}
	.accordion-toggle span.toggle-icon {
		position: absolute;
		top: 6px;
		right: 20px;
		font-size: 1.3em;
	}
	.accordion-content {
		display: none;
		padding: 20px;
		overflow: auto;
                font-size: 1em;
                line-height: 1.3em;
	}
	.accordion-content img {
		display: block;
		float: left;
		margin: 0 15px 10px 0;
		max-width: 100%;
		height: auto;
	}

.intro-content { 
    font-size: 1em !important;
    line-height: 1em !important;

}
.intro-content a { 
    color:#254dfd !important;
    text-decoration:none !important;
}
	
	/* media query for mobile */
	@media (max-width: 767px) {
		.content {
		    width: 100%;
		}
		.accordion-content {
			padding: 0 !important;
			overflow: inherit;
		}
	.accordion-toggle span.toggle-icon {
	    font-size: 1.7em !important;
	}
                
	}
</style>
