﻿
html {
	padding: 14px 20px 50px 20px;
}
BODY {
	max-width: 940px;
	font: 100 14px/22px Arial;
	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;
}

.content {
	margin-bottom: 10px;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.2s ease-out;
}

div.content span {
	color: blue;
	letter-spacing: .2px;
}

/** Headings **/

h1 {
	font-family: "Segoe UI Semilight", Arial, Helvetica, sans-serif;
	font-size: 32px;
 	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 16px;
	padding: 2px 0 2px;
	color: #000080;
}

h2 {
	font-weight: normal;
	font-size: 20px;
	color: #000080;
	margin: 4px 0 4px;
	padding: 4px 0 4px;
	border-bottom: 1px solid #000080;
	letter-spacing: .1px;
}

h2.use-case, h2.use-case > a {
	cursor: pointer;
	font-size: 1em;
	margin: 0;
	color: inherit;
}

h2.use-case:after {
	content: "\02C5"; /* Unicode for (+) */
	float: right;
	font-size: 12px;
	padding-right: 6px;
	font-weight: 700;
 }
h2.use-case.active {color: blue;}

h2.use-case.active:after {
	content: "\1449";
	font-weight: 700;
}

/** Tables **/

table {
 	border: 1px solid #ff0000;
	padding: 4px;
	font-size: 1em;
	line-height: 1.7;
	font-family: Arial, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 10px auto;
	width: 96%;
}
tr.group-heading {color: rgba(0, 0, 128, .9);}

th:first-child {width: 186px;}
th:first-child, td:first-child {text-align: right;}

th, td {
	padding: 3px;
	border: 1px solid #DEE4F0;
}
tr:nth-child(even) {
	background-color: rgba(233, 226, 219, 0.2);
}

p.tip, p.note, p.important {
	font-size: 1em;
	line-height: 1.65;
	font-family: inherit;
	margin: 5px 0 4px;
	padding: 5px;
}

span.red {color: #ff0000;}
span.blue {color: #0000ff;}
span.green {color: green;}

td img {
	display: block;
}
td p,
td img {
	margin: 7px 0 2px 0;
	line-height: 1.7;
}

tr, h2.use-case {
	border-bottom: 1px solid #DEE4F0;
	padding-left: 1px;
}

span {color: red;}

