.arbitrationLoginContainer {
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	background-color: #90004f;
	padding: 10px;
	border-radius: 10px;
	max-width: 250px;
}
table {
	margin-left: auto;
	margin-right: auto;
}
td {
	font-size: 14px !important;
}
label {
	display: block; 
}
.toggleable-row {
	cursor: pointer;
}
.process-row {
	background: #930A58;
}
.process-row > th {
	color: white;
}
.writ-row-showing > td {
	background: #AED7E8;
}
.writ-row {
	background: #41B1E2;
}
.writ-row > th {
	color: white;
}
.file-row-showing > td {
	background: #FF9F7E;
}
.file-row {
	background: #FC6C0B;
}
.file-row > th {
	color: white;
}
.grid-container {
	display: grid;
	grid-template-columns: min-content auto min-content auto;
	width: 90%;
}

.grid-container > label {
	margin: 10px;
	width: 120px;
}
