Template:Good (economics)/styles.css

/* Utility First CSS Style */

/* replace table[cellpadding] */
.cellpadding {
	border-collapse: collapse; /* disable border-spacing */
}

/* replace table[cellpadding=8] */
.cellpadding--8 td {
	padding: 8px;
}

.text-align--center {
	text-align: center;
}

.font-size--120percent {
	font-size: 120%;
}

.background--white {
	background-color: white;
}

.border--black-1px {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.width--30percent {
	width: 30%;
}

.width--35percent {
	width: 35%;
}

.width--80percent {
	width: 80%;
}