

@font-face {
	font-family: 'DMMono';
	src: url('fonts/DMMono-Regular.ttf') format('truetype');
	font-weight: 400; 
	font-style: normal;
}

@font-face {
	font-family: 'DMMono';
	src: url('fonts/DMMono-Italic.ttf') format('truetype');
	font-weight: 400; 
	font-style: italic;
}

@font-face {
	font-family: 'DMMono';
	src: url('fonts/DMMono-Light.ttf') format('truetype');
	font-weight: 300; 
	font-style: normal;
}

@font-face {
	font-family: 'DMMono';
	src: url('fonts/DMMono-LightItalic.ttf') format('truetype');
	font-weight: 300; 
	font-style: italic;
}

@font-face {
	font-family: 'DMMono';
	src: url('fonts/DMMono-Medium.ttf') format('truetype');
	font-weight: 500; 
	font-style: normal;
}

@font-face {
	font-family: 'DMMono';
	src: url('fonts/DMMono-MediumItalic.ttf') format('truetype');
	font-weight: 500; 
	font-style: italic;
}

body {
	background-color: #08121c; 
	color: #9ba5ae;
	font-size: 16px;
	font-family: 'DMMono', monospace;
	font-weight: 400;
	min-width: 1370px;
	line-height: 1.5rem;
	margin: 0;
	padding: 12px;
}

a {
	color: #34bfdf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.enneagram-list a {
	color: #9ba5ae;
}

em, i, .italic-text {
	font-style: italic;
}

p {
	font-style: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-weight: 300;
	color: #476a91;
	background: #08121c; 
	font-size: 18px;
	display: inline-block;
	position: relative;
	padding-right: 14px;
	padding-left: 14px;
	border-right: 3px double #476a91;
	border-left: 3px double #476a91;
}

h2::before {
	content: "";
	height: 1px;
	width: 900px;
	display: block;
	border-bottom: 1px dashed #476a91;
	position: absolute;
	top: 10px;
	z-index: -1;
}

h3 {
	color: #8bbf44;
	font-size: 18px;
}

.special-note {
	font-weight: 500;
	font-style: italic;
}

em, i {
	font-style: italic;
}

strong {
	font-weight: 400;
	color: #dfb434;
}

strong::before {
    content: "[";
    color: #dfb434;
    margin-right: 2px;
}

strong::after {
    content: "]";
    color: #dfb434;
    margin-left: 2px;
}

b {
	font-weight: 400;
	color: #136ac6;
}

b::before {
    content: "[";
    color: #136ac6;
    margin-right: 2px;
}

b::after {
    content: "]";
    color: #136ac6;
    margin-left: 2px;
}

.enneagram-list b {
	color: #bd3f92;
}

.content ul {
    list-style: none;
    padding-left: 40px;
}

.content ul li {
    position: relative;
    margin-bottom: 8px;
    font-family: 'DMMono', monospace;
    color: #b1c9c3;
}

.content ul li::before {
    content: "\00b7";
    color: #ff45e2;
    position: absolute;
    left: -20px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 16px;
    text-shadow: 0 0 4px rgba(119, 191, 207, 0.8);
}

.sidebar ul {
	list-style-type: none;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.sidebar {
	width: 300px;
	float: left;
}

.content {
	display: inline-block;
	max-width: 900px;
	min-width: 400px;
	border-left: 1px solid #476a91;
	padding-left: 48px;
	padding-bottom: 64px;
	min-height: 800px;
}

td {
	vertical-align: top;
}

.icon {
	height: 100px;
	width: 100px;
	background-image: url('img/iconborder.png');
	margin: 3rem auto;
}

.icon > div {
	height: 100px;
	width: 100px;
	position: relative;
	z-index: -1;
}

.icon-1w9 { background-image: url('img/1w9.png'); }
.icon-1w2 { background-image: url('img/1w2.png'); }

.icon-2w1 { background-image: url('img/2w1.png'); }
.icon-2w3 { background-image: url('img/2w3.png'); }

.icon-3w2 { background-image: url('img/3w2.png'); }
.icon-3w4 { background-image: url('img/3w4.png'); }

.icon-4w3 { background-image: url('img/4w3.png'); }
.icon-4w5 { background-image: url('img/4w5.png'); }

.icon-5w4 { background-image: url('img/5w4.png'); }
.icon-5w6 { background-image: url('img/5w6.png'); }

.icon-6w5 { background-image: url('img/6w5.png'); }
.icon-6w7 { background-image: url('img/6w7.png'); }

.icon-7w6 { background-image: url('img/7w6.png'); }
.icon-7w8 { background-image: url('img/7w8.png'); }

.icon-8w7 { background-image: url('img/8w7.png'); }
.icon-8w9 { background-image: url('img/8w9.png'); }

.icon-9w8 { background-image: url('img/9w8.png'); }
.icon-9w1 { background-image: url('img/9w1.png'); }

.logo {
	background-image: url('img/logo.png');
	height: 85px;
	width: 85px;
	margin: auto;
}

.title {
	color: #476a91;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

.subtitle {
	font-size: 11px;
	color: #476a91;
	text-align: center;
	margin-top: -4px;
}

.divider {
	display: block;
	margin: 12px auto;
}

.menu-link {
	text-align: center;
	display: block;
	font-size: 12px;
}

.quiz-link {
	display: none;
}

.enneagram-list-box {
	border: 1px solid #476a916e;
	width: 260px;
	margin: 24px auto;
}

.box-header {
	background: #476a9140;
	border-bottom: 1px solid #476a916e;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	padding-left: 6px;
	text-align: center;
}

ul.enneagram-list {
	padding: 12px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table, th, td {
  border: 1px solid #476a916e;
}

th, td {
	padding: 6px;
}