html,body{
	margin: 0;padding: 0;
}	
.main{
	width: 1200px;
	margin: auto;
}
.main .title{
	font-size: 24px;
	color: #333;
}
table {
	width: 100%;
	margin: 20px auto;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-collapse: separate; 
	border-spacing: 0;
	text-align: center;
}
table td, table th{
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
table td {
	min-width: 90px;
}
table strong{
	font-size: 16px;
	color: #333;
}
/* Padding and font style */
table td, table th {
	padding: 10px;
	font-size: 14px;
	line-height: 1.5;
	font-family: Verdana;
	color: #666;
}
/* Alternating background colors */
table tr:nth-child(even) {
	background: #ffffff;
}
table tr:nth-child(odd) {
	background: #fafafa;
}
table thead tr{
	background-color: #ffffff !important;
}
table thead th{
	font-size: 16px;
	color: #222;
}
.ts{
	margin: 20px 0;
}
.ts .title{
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	font-weight: bold;
}
.ts p{
	color:#666;
	margin: 0;
	padding: 0;
	line-height: 30px;
	background: #f1f2f3;
	padding: 10px;
}
.ts p span{
	color:#F16F5C;
}