﻿.table thead tr th, .table tfoot tr th {
		text-align: center;
		color: beige;
		background-color: #7E9BAA;
		vertical-align: middle;
		font-weight: normal;
		/*border: 2px solid #A5BABF;*/
	}

	tbody tr:nth-of-type(odd) {
		background-color: #EBF3F5;
	}


	body {
		font-size: 12px;
		font-family: arial;
	}

	.table td, .table th {
		padding: .4rem;
	}

	.table tbody {
		white-space: nowrap;
	}

	table tbody tr td:first-child {
		background-color: #7E9BAA;
		color: white;
		border: none;
	}

	table tbody tr td:not(:nth-child(2)) {
		text-align: center;
	}

	table tbody tr td:nth-child(2) {
		/*position: absolute;width: 12em;*/
		background-color: #7E9BAA;
		color: white;
	}

	table tbody tr td a {
		color: white;
		text-decoration: none;
	}

	.table th {
		padding: .2rem;
	}

	#export th {
		background-color: #596B7F;
		border: none;
		text-align: left;
	}

	.stateName {
		text-decoration: underline;
		cursor: pointer;
	}