/**{
	font-family: verdana;
	font-size: 17px;
}*/

table {
	border: 1px solid #ccc;
	width: 95%;
	margin:auto;
	/*margin: 0;*/
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr {
	border: 1px solid #ddd;
	padding: 5px;
	color: #585858;
}

table tr:nth-child(even) {
	background-color: #efefef;
	color: #585858;
}

table td, table th {
	padding: 10px;
	text-align: center;
	color: #585858;
}

table th {
	text-transform: uppercase;
	font-family: 18px;
	color: white;
	letter-spacing: 1px;
	background-color: #022E64;
}

/*//////////////////////////////////////////////*/

/*@media screen and (max-width: 700px) {
	table {
		border:0;
	}

	table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;

	}

	table td {
		display: block;
		text-align: right;
		font-size: 16px;
		border-bottom: 1px dotted #ccc;
	}

	table td:last-child {
		border-bottom: 0;
	}

	table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: 600;
	}

	table thead {
		display: none;
	}
}*/
