
body
{
	background-color: black;
}

main
{
	max-width: 900px;
}

.invoices-list-contener
{
	flex-grow: 1;
  background-color: rgba(0, 0, 0, 0.5);;
  color: black;
	overflow: auto;
	margin-top: 5px;
}

.show-all-contener label
{
	background-color: revert;
	cursor: pointer;
}