﻿/*<meta Version="7" />*/

/* MadCap Table Style: */

mcTableStyle
{
	name: alternating-rows;
	border-collapse: collapse;
	max-id: 3;
}

mcTableColumnStyle
{
	span: 1;
	name: Column1;
	id: 0;
}

mcTableHeadStyle
{
	span: 1;
	name: Header1;
	id: 2;
}

mcTableBodyStyle
{
	span: 1;
	name: Body1;
	id: 1;
}

mcTableFootStyle
{
	span: 1;
	name: Footer1;
	id: 3;
}

/* Cell Styles: */

thead
{
	background-color: #dbe5b5;
	font-weight: bold;
}

th
{
	background-color: #dbe5b5;
}

/* Our bootstrap stuff */

table
{
	background-color: transparent;
}

th
{
	text-align: left;
}

.TableStyle-alternating-rows
{
	max-width: 100%;
	margin-bottom: 21px;
}

.TableStyle-alternating-rows > tbody > tr > td,
.TableStyle-alternating-rows > tbody > tr > th,
.TableStyle-alternating-rows > tfoot > tr > td,
.TableStyle-alternating-rows > tfoot > tr > th,
.TableStyle-alternating-rows > thead > tr > td,
.TableStyle-alternating-rows > thead > tr > th
{
	border: 1px solid #ddd;
	padding: 8px;
	line-height: 1.42857143;
	text-align: left;
	vertical-align: top;
}

.TableStyle-alternating-rows > thead > tr > th
{
	border-bottom: 2px solid #ddd;
	vertical-align: middle;
	white-space: nowrap;
}

.TableStyle-alternating-rows > caption + thead > tr:first-child > td,
.TableStyle-alternating-rows > caption + thead > tr:first-child > th,
.TableStyle-alternating-rows > colgroup + thead > tr:first-child > td,
.TableStyle-alternating-rows > colgroup + thead > tr:first-child > th,
.TableStyle-alternating-rows > thead:first-child > tr:first-child > td,
.TableStyle-alternating-rows > thead:first-child > tr:first-child > th
{
	border-top: 0;
}

.TableStyle-alternating-rows > tbody + tbody
{
	border-top: 2px solid #ddd;
}

.TableStyle-alternating-rows .TableStyle-alternating-rows
{
	background-color: #fff;
}

.TableStyle-alternating-rows
{
	border: 1px solid #ddd;
}

.TableStyle-alternating-rows > thead > tr > td,
.TableStyle-alternating-rows > thead > tr > th
{
	border-bottom-width: 2px;
}

.TableStyle-alternating-rows > tbody > tr:nth-child(even) > td,
.TableStyle-alternating-rows > tbody > tr:nth-child(even) > th
{
	background-color: #f9f9f9;
}
