﻿/* MadCap Table Style: */

/* Default general table properties */

table
{
	border-collapse: collapse;
	color: #595959;
	line-height: 1.5em;
	padding-top: 5px !important;
	margin-top: 20px;
}

/* Default odd row properties */

table tr:nth-child(odd)
{
	background: #fafafa;
	color: #595959;
}

/* Default head row properties */

table th, td
{
	padding: 2px 8px 2px 8px;
	text-align: left;
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	border-bottom-width: thin;
}	

table th
{
	background: #e9e9e9;
	color: #595959;
}

/* What's New Summary table properties */

table.summary > thead tr th { background-color: #ffffff; }

table.summary td {padding:5px !important;}

td > img {
	margin: auto;
	display: block;
}

tr.section { background-color: #f5f5f5 !important;color: #595959;font-weight: bold; }

.major, .minor {
	font-size: 1em;
	line-height: 1.5em;
	padding: 5px;
}

.major + .major { 
	border-top-style: solid;
	border-top-width: 2px; 
	border-top-color: #fddfb4;
}

.minor + .minor {
	border-top-style: solid; 
	border-top-width: 2px; 
	border-top-color: #d8eaf3;
}

.major { background-color: #feedd6 !important; }

.minor { background-color: #e5f1f7 !important; }