/* Custom yellow diamond bullets */

ul.drivenBulletList {
	list-style: none;
}

.drivenBullet:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	margin-right: 3px;
	background-color: #FDB913;
	box-shadow: inset 0 0 0 1px #000;
}

table {
	border: none;
}

.drivenTableHeader { /* th */
	background-color: #FDB913;
	color: #000;
	border: none;
	border-right: 1px dotted #000;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.lastCell {
	border-right: none;
}

.drivenTableRow {
	border-bottom: 1px dotted #888;
}

.drivenTableCell {  /* td */
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}