body {
	font-size:.8rem;
}
label {
	cursor:pointer;
}
.idle {
	color:white;
	background-color:green !important;
}
.busy {
	color:white;
	background-color:red !important;
}
.form-label {
	 margin:0;
 }
.btn-vipps {
	background-color: #ff5b24 !important;
	color: white !important;
}
.red {
	color: red !important;
}
tr.red td {
	color: red !important;
}