type or paste c * table
 *************************/
caption {
    caption-side:top;
    margin:  0;
	padding: 0.5em 1em;
    background-color:#3c3c73; color:white;
    text-transform:uppercase;
    font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	empty-cells: show;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 2rem 0;
	text-align: left;
	vertical-align: baseline;
	width: 100%;
}

table, thead, tfoot {
	border: 1px solid #57575a;
	padding: 0;
}

thead {
	vertical-align: bottom;
}
th {
    background-color:#9999cd; color:white;
    text-transform:uppercase;
    
}

tr {
	margin:  0;
	padding: 0;
}

td, th {
	margin:  0;
	padding: 0.5em 1em;
}

table.table-striped tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

table.table-striped tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

table.stack-table {
	border: none;
}

table.stack-table thead,
table.stack-table tfoot {
	display: none;
}

table.stack-table tr,
table.stack-table td,
table.stack-table th {
	display: block;
}

table.stack-table tbody tr {
	border: 1px solid #57575a;
	margin: 0 0 1.5rem;
}

table.stack-table tbody td:before {
	content: attr(data-th);
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
}

table.stack-table tbody tr:last-child {
	margin-bottom: 0;
}