table {
	border: none !important;
	border-collapse: collapse !important;
	width: 90% !important;
	margin: 0px 0px 0px 10px !important;
	padding: 0px !important;
}

th,td {
	border: none !important;
	border-left: 1px solid silver !important;
	border-bottom: 1px solid silver !important;
	margin: 0px !important;
	padding: 5px 10px !important;
}

td.no-right-border {
    border-right: none !important;
}

td.no-bottom-border {
    border-bottom: none !important;
}

td.no-left-border {
    border-left: none !important;
}

td.no-top-border {
    border-top: none !important;
}