	/* GUIDEBOOK CSS */

.guidebook-main:first-child {
	margin-bottom: 30px;
}
.guidebook-section {
	font-family: "RobotoBold", Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0.2em 1.5em !important;
}

.guidebook-nav {
	font-family: "RobotoBold", Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0.2em 1.5em !important;
	text-align: center !important;
	color: #437069 !important;
}
.guidenav-left {
	float: left;
}
.guidenav-right {
	float: right;
}

	/* TYPES CSS */

.type-logo {
	margin: 30px 0;
	text-align: center;
}
.type-logo img {
	width: 100px;
}

	/* CREATION CSS */

.creation-type {
	margin-bottom: 30px;
}
.creation-type:last-child {
	margin-bottom: 0;
}
.creation-type img {
	width: 75px;
}

.creation-instincts {
	margin-left: 13px;
	list-style-type: "► ";
}
.creation-instincts li {
	margin-bottom: 5px;
}
.creation-instincts li:last-child {
	margin-bottom: 0;
}

.creation-affiliation {
	margin-bottom: 30px;
}
.creation-affiliation:last-child {
	margin-bottom: 0;
}
.creation-affiliation img {
	width: 90px;
}

	/* FACTIONS CSS */

.faction-left {
	display: block;
	border: 0 !important;
}
.faction-right {
	display: block;
	border: 0 !important;
	border-top: 1px solid #373737 !important;
}

.faction-main:first-child {
	margin-bottom: 30px;
}

.faction-logo {
	display: none;
}

.faction-ranks tr td:first-child {
	border-left: 1px solid #373737 !important;
}
.faction-ranks tr td:last-child {
	border-right: 1px solid #373737 !important;
}
.faction-ranks td {
	vertical-align: middle;
	border: 1px solid #373737;
}
.faction-ranks tr td:first-child {
	background-color: #141414;
	line-height: 26px;
	margin: 0;
	padding: 0 0.8em;
	font-size: 0.9em;
	text-align: left;
	font-family: "RobotoBold", Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.faction-ranks tr td:nth-child(2) {
	background-color: #212121;
	color: #767676;
	font-size: 0.9em;
	text-align: left;
	padding: 0 0.8em;
	margin: 0;
	line-height: 26px;
	font-family: "RobotoBold", Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.faction-ranks tr:first-child td {
	text-align: center !important;
}

	/* MOBILE ADJUST */

@media only screen and (min-width: 982px) {
	
	/* guidebook css */
	
	.guidebook-main {
		float: left;
		width: 450px;
	}
	.guidebook-main:first-child {
		margin-right: 20px;
		margin-bottom: 0;
	}
	
	/* types css */
	
	.type-main {
		float: left;
		width: 390px;
	}
	.type-logo {
		display: initial;
		float: left;
		margin: 0 20px;
		padding-top: 37px;
	}
	
	/* creation css */
	
	.creation-type {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.creation-type:last-child {
		margin-right: 0;
	}
	
	.types-a  {
		width: 168px;
	}
	.types-r  {
		width: 215px;
	}
	
	.creation-affiliation {
		float: left;
		width: 215px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.creation-affiliation:last-child {
		margin-right: 0;
	}
	
	/* factions css */
	
	.faction-left {
		display: table-cell;
		width: 65%;
		border: 1px solid #373737 !important;
	}
	.faction-right {
		display: table-cell;
		width: 35%;
		border: 1px solid #373737 !important;
	}
	
	.faction-main {
		float: left;
		width: 376px;
	}
	.faction-logo {
		display: initial;
		float: left;
		margin: 0 20px;
		padding-top: 20px;
	}
	.faction-logo img {
		height: 150px;
	}
	.faction-main:first-child {
		margin-bottom: 0;
	}
	
}