﻿/**

== Table of Contents ==

-- html, body, links
-- Headings
-- Tables
-- Spans
-- Notes

table.four-columns
table.three-columns
table-two-columns

**/


html {
	padding: 14px 0 50px 0;
}
BODY {
	max-width: 940px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto;
	color: #333;
	background-color: rgba(249, 249, 249, .3);
}

A {
	padding: 0 2px;
	color: #326891;
	text-decoration: none;
	border-bottom: 1px solid #326891;
}

/** Headings **/

h1, h2, h2.use-case {
	color: #000080;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: .1px;
}

h1 {
	font-family: "Segoe UI Semilight", Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin-bottom: 16px;
	padding: 2px 1px 2px;
}

h2 {
	font-size: 20px;
	margin: 4px 0 4px;
	padding: 4px 0 4px;
	border-bottom: 1px solid #000080;
}
h2.use-case {cursor: pointer;}

h2.use-case:after {
	content: "\02C5";
	float: right;
	font-size: 12px;
	padding-right: 6px;
	font-weight: 700;
 }
h2.use-case.active:after {
	content: "\1449";
	font-weight: 700;
}

/** Tables **/

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
	border-top: 1px solid #DEE4F0;
	font-size: .85rem;
}
tr:nth-child(even) {background-color: rgba(206, 214, 230, 0.2);}

th {
	text-align: left;
	text-transform: uppercase;
	padding: 3px;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .25px;
}

td {
	padding: 4px;
	color: #666;
	letter-spacing: .2px;
}

tr, h2.use-case {border-bottom: 1px solid #DEE4F0;}
tr td:nth-child(2) {color: #0b45b9;}

td:nth-child(n+2):nth-child(-n+4) {border-left: 1px solid #DEE4F0;}

div.content table tr td:first-child {text-align: initial;}

.three-columns tr td:last-child {
	text-align: right;
	color: #666;
}

.three-columns tr td:nth-child(2) {
	text-align: left;
	color: #0b45b9;
}

.three-columns tr th:last-child {text-align: right;}
.two-formulas tr td:last-child {color: #0b45b9;}

/** Spans **/

span {color: rgba(175, 16, 38, 0.8);}
span.formula-name, .rules a {color: #0b45b9;}

div.con tent span {
	color: blue;
	letter-spacing: .2px;
}

/** Notes **/

.important {background-color: rgba(255, 243, 205, .6);}
p.note, p.important, p.rules, p.tip {
	border-color: #ffeeba;
	color: #333;
	line-height: 1.5;
	padding: 7px;
	border: 1px solid #ddd;
	letter-spacing: .2px;
}

.note {background-color: rgba(183, 215, 221, 0.2);}
.tip {background-color: rgba(183, 215, 221, 0.2);}
.content {
	margin-bottom: 10px;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.2s ease-out;
}

div.section-body {
	max-width: 940px;
	margin: 0 auto;
}
img.section-body {
	display: block;
	margin: 5px auto;
}

.rules {
	background-color: rgba(178, 223, 217, .37);
	color: #29293a;
	font-weight: 500;
	letter-spacing: .25px;
}
