
.rwd-table {
	margin: 0;
	min-width: 300px;
	width: 100% !important;
	border-collapse: collapse;
	font-size: 1em;
}

.rwd-table tr {
	border-top: 2px solid #2A4194;
	border-bottom: 2px solid #2A4194;
	vertical-align: text-top;
}

.rwd-table th {
	display: none;
	border: 2px solid #2A4194 !important;
}

.rwd-table td {
	display: block;
}

.rwd-table td:first-child {
	padding-top: .5em;
}

.rwd-table td:last-child {
	padding-bottom: .5em;
}

.rwd-table td:before {
	content: attr(data-th) " ";
	font-weight: bold;
	width: 120px;
	display: inline-block;
}

.rwd-table th {
	background: #2A4194;
	color: #fff !important;
}

@media (min-width: 480px) {
	.rwd-table td:before {
		display: none;
	}
}

@media (min-width: 480px) {
	.rwd-table th, .rwd-table td {
		text-align: left;
		border: 2px solid #8993B3;
	}
}

@media (max-width: 479px) {
	.rwd-table th, .rwd-table td {
		text-align: left;
	}
}

@media (min-width: 480px) {
	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}

	.rwd-table th:first-child, .rwd-table td:first-child {
		padding-left: 0;
	}

	.rwd-table th:last-child, .rwd-table td:last-child {
		padding-right: 0;
	}
}

.rwd-table {
	background: #EDF2F8;
	color: #2A4194;
	overflow: hidden;
}

.rwd-table th, .rwd-table td {
	margin: .5em 1em;
}

.rwd-table tr:nth-child(even) {
	background: #fff !important;
}

@media (min-width: 480px) {
	.rwd-table th, .rwd-table td {
		padding: 5px !important;
	}
}

.rwd-table th, .rwd-table td:before {
	color: #2A4194;
}
