﻿div.team-name {
	font-weight: bold;
}

div.participants {
	padding: 0.25em 1em;
	font-style: italic;
}

label.required::before {
	content: '*';
	color: red;
}

input[type="submit"].disabled:hover {
	cursor: not-allowed !important;
}

#register-btn-container.disabled {
	cursor: not-allowed;
}
