table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    max-width:100%;
    margin-bottom:35px;
}
table,
table tr,
table th,
table td{
	border:1px solid #CCC;
}
table th,
table td{
	padding:6px 12px;
	font-size:80%;
	line-height:140%;
}
