/* @group Table styles */

table, tr, th, td {
	margin: 0 0 5px 0;
	padding: 0;
	background-color: transparent;
}

td, th, td p {
	margin: 0px;
	vertical-align: top;
}

td, th {
	padding: 5px 5px 5px 5px;
}

td p {
	margin: 5px 0px 10px 0px;
}

table {
	border: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
table td {
	border: 1px solid #fff;
	vertical-align: top;
}

table caption {
	color: #000;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 4px;
}


/* @group Table style one */
table.table-style-one td {
	border-color: #edf1f3;	
}
table.table-style-one tr.heading td {
	background: #5fba46;
	border-color: #5fba46;
	color: #fff;
	font-weight: bold;
}
table.table-style-one tr td.column-highlight {
	font-weight: bold;	
}

table.table-style-one tr:nth-child(odd) {
	background-color: #edf1f3;
}
table.table-style-one tr:nth-child(odd) td {
	border-right-color: #fff;
}
table.table-style-one tr td:last-child {
	border-right-color: #edf1f3 !important;	
}

table.table-style-one tr td.cell-heading {
	background: #5fba46;
	border-color: #5fba46;
	border-bottom-color: #fff;
	color: #fff;
	font-weight: bold;
}
table.table-style-one tr:last-child td.cell-heading {
	border-bottom-color: #5fba46;
}

/* @end */

/* @group Table style two */

table.table-style-two td {
	border-color: #edf1f3;	
}
table.table-style-two tr td.column-highlight {
	font-weight: bold;	
}

table.table-style-two tr:nth-child(odd) {
	background-color: #edf1f3;
}
table.table-style-two tr:nth-child(odd) td {
	border-right-color: #fff;
}
table.table-style-two tr td:last-child {
	border-right-color: #edf1f3 !important;	
}

table.table-style-two tr.heading:nth-child(odd),
table.table-style-two tr.heading td {
	background: transparent;
	
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	background-color: transparent !important;
	
	color: #5fba46;
	font: bold 14px/20px arial, sans-serif;
}


table.table-style-two tr td.cell-heading {
	color: #5fba46;
	font: bold 14px/20px arial, sans-serif;
}

/* @end */


/* @group Table style no border */

table.table-style-no-border tr td {
	border: none;
	padding: 0 10px 5px 0;
}

/* @end */

table.table-style-simple {
	border-collapse: collapse;
}
table.table-style-simple tr td {
	border: 1px solid #EDF1F3;
	margin: 0;
}

table.fixed50 {
    table-layout: fixed;
    width: 100%;
}

table.fixed50 th, 
table.fixed50 td {
    overflow: hidden;
    width: 50%;
}

.row-highlight td,
.row-highlight th {
	font-weight: bold !important;
}
td.col-highlight,
th.row-highlight {
	font-weight: bold !important;
}

/* TODO we should rename this style to row-line */
.row-dark td,
.row-dark th {
	border-bottom: 2px solid #000 !important;
}


.row-highlight td,
.row-highlight th {
	font-weight: bold !important;
}







/* @end */


.mobile-table {
}


@media only screen and (max-width: 719px) {


	.mobile-table {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		max-width: 100%;
	}

	.mobile-table td,
	.mobile-table th {
		display: block;
		float: left;
		clear: both;
	}


}


