﻿.mytable {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

	.mytable a {
		color: #ed1d24;
		text-decoration: underline
	}

table {
	background: white;
	border-collapse: collapse;
	width: 100%;
}

	table tr,
	table th,
	table td {
		border: none;
		border-bottom: 1px solid #e4ebeb;
		/*font-family: 'Lato', sans-serif;*/
		font-size: 1.4rem;
	}

	table th,
	table td {
		padding: 10px 12px;
		text-align: left;
	}

	table th {
		background: #70b8ff;
		color: #ffffff;
		text-transform: uppercase;
	}

	table tr td {
		background: #f2f0f1;
		color: #999999;
	}

	table tr:nth-of-type(2n+1) td {
		background: #ffffff;
	}

	table.bt tfoot th,
	table.bt tfoot td,
	table.bt tbody td {
		font-size: 1.4rem;
		padding: 0;

	}

		table.bt tfoot th:before,
		table.bt tfoot td:before,
		table.bt tbody td:before {
			background: #70b8ff;
			color: white;
			margin-right: 5px;
			padding: 5px 10px;
		}

		table.bt tfoot th .bt-content,
		table.bt tfoot td .bt-content,
		table.bt tbody td .bt-content {
			display: inline-block;
			padding: 5px 5px;
		}

		table.bt tfoot th:first-of-type:before,
		table.bt tfoot th:first-of-type .bt-content,
		table.bt tfoot td:first-of-type:before,
		table.bt tfoot td:first-of-type .bt-content,
		table.bt tbody td:first-of-type:before,
		table.bt tbody td:first-of-type .bt-content {
			padding-top: 10px;
		}

		table.bt tfoot th:last-of-type:before,
		table.bt tfoot th:last-of-type .bt-content,
		table.bt tfoot td:last-of-type:before,
		table.bt tfoot td:last-of-type .bt-content,
		table.bt tbody td:last-of-type:before,
		table.bt tbody td:last-of-type .bt-content {
			padding-bottom: 5px;
			ght: 2em;
			margin-top: 0%;
		}
