/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Table Objects
--------------------------------------------------------------------------------------------------------------------------------- */
.table {
	width: 100%;
	display: table;
}
.table.left {
	width: 80%;
	float: left;
}

.table.right {
	width: 20%;
	float: right;
}
