.formatted {

	&.table-blue {
		th {
			background: #283385;
		}
	}

	&.table-green {
		th {
			background: #E4F9C8;
		}
	}

		&.table-orange {
			th {
				background: #FEF7EB;
			}
		}


		&.table-lightblue {
			th {
				background: #28338540;
			}
		}

		&.table-orange2 {
			th {
				background: #f47a20;
			}
		}

		&.table-lightorange2 {
			th {
				background: #f47a2040;
			}
		}

		&.table-red {
			th {
				background: #ed0909;
			}
		}


		&.table-lightred {
			background: #ed090940;
		}

		th {
			text-align: left;
		}

		td {
			border: 3px white solid;
		}

		td:nth-child(1) {
			width: 30%;
		}

		td:nth-child(2) {
			width: 35%;

		}

		td:nth-child(3) {
			li {
				text-align: left;
			}
		}


li {
	list-style-position: inside;
}

.cite {
	font-size: 0.7;
	}
/* Generate 0.002236 second */