﻿.table-formatted table {
	border-collapse: collapse;
	margin: 15px;	
}
.table-formatted th strong {
	color: #FFF;
}
.table-formatted th {
	background: #6a8e95; 
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #6a8e95;
	border-bottom: 1px solid #FFF;
}
.table-formatted tr {
	height: 30px;
	background: #F3F3F3;
}
.table-formatted td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
