styles.css

.table {
	width:100%;
	background: white;
	border-style: hidden !important;
}
.table tr > td {
	border-style: hidden !important;
	width: 20%; 
}

.statuscards .cell {padding: 40px; text-align:center; padding:10px; border-radius:5px}
.statuscards .value {font-weight:bold}
.statuscards .standard {background:#f1f3f9}
.statuscards .included {background:#eff6dd; border:1px solid #c9e08f; }
.statuscards .notimplemented {background:#dfecfc; border:1px solid #95bff4}
.statuscards .implemented{background:#eff6dd; border:1px solid #c9e08f}
.statuscards .partiallyimplemented {background:#fef6d8; border:1px solid #fee17f}