
@media all {
	.table-full {
		width: 100%;
	}
	.table-formatted {
		border-collapse: collapse;
		margin: 25px 0;
	}
	.table-formatted:first-child {
		margin-top: 0;
	}
	.table-formatted:last-child {
		margin-bottom: 0;
	}
	.table-formatted td, .table-formatted th {
		border: 1px solid rgba(204, 204, 204, 0.5);
		text-align: left;
		padding: 15px 20px;
	}
	.table-formatted th {
		font-weight: 700;
		text-transform: uppercase;
		background-color: #e0e0e0;
	}
	.table-formatted td {

	}
}
@media (max-width: 479px) {
	.table-formatted td, .table-formatted th {
		padding: 10px;
	}
}