/* mangohub v2.0 stylesheet */

/* body */ 
	body {
		font-family: tahoma, serif;
		margin: auto;
		max-width: 800px;
		padding: 10px 10px 10px 10px;
	}

	body.wow-page {
		color: #122A47; /* dark blue */
		background: #E8F0F8; /* light blue */
	}

	body.webdev-page {
		color: #382903; /* dark brown */
		background: #fff0d1; /* light brown */
	}

/* header */

	.wow-page-header {
		color: white;
		background: #122A47; /* dark blue */
		text-align: center;
		margin: auto;
	}

	.webdev-page-header {
		color: white;
		background: #382903; /* dark brown */
		text-align: center;
		margin: auto;
	}

/* spell cards */

	.spell-and-survival-tips {
		border-style: solid;
		border-width: 2px;
		margin-left: 20px;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-top: 0px;

	}

/* section */

	.wow-section-text {
		/* left border style */
		border-left-style: dotted;
		border-left-color: #122A47; /* dark blue */
		border-left-width: 3px;
		padding-left: 20px;
		margin-left: 10px;
	}
	
	.webdev-section-text {
		/* left border style */
		border-left-style: dotted;
		border-left-color: #382903; /* dark brown */
		border-left-width: 3px;
		padding-left: 20px;
		margin-left: 10px;
	}

		/* bullet point color */

			.wow-section-text ::marker {
				color: #122A47; /* dark blue */
			}

			.webdev-section-text ::marker {
				color: #382903; /* dark brown */
			}

/* table formats */

	/* wow table formatting */ 
	
	.wow-table {
		margin: auto;
	}
	
	.wow-table, th, td {
		border: 2px solid;
		border-collapse: collapse;
		color: #122A47; /* dark blue */
		text-align: center;
		table-layout: fixed;
		width: 100px;
	}
	
	/* header row */
	.wow-table th {
		background: #122A47; /* dark blue */
		color: white;
		border-color: #122A47; /* dark blue */
		text-align: center;
	}
	
	
	.table-first-col {
		width: 250px;
		text-align: left;
		padding-left: 10px;
	}

	.check {
		color: green;
		border-color: #122A47; /* dark blue */
		font-size: 18px;
	}
	
	.cross {
		color: red;
		border-color: #122A47; /* dark blue */
		font-size: 18px;
	}
	
	.spell-icon-in-header{
	}

/* code example format */

.code-block {
	border-style: solid;
	border-width: 1px;
	border-color: #122A47; /* dark blue */
	font-family: monospace, tahoma, serif;
	line-height: 5px;
	background: #C6E2FF;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.code-inline {
	
}