:root {
	--mainBlue:#1A2956;
	--mainLightBlue:#19b3c4;
	--mainSuperLightBlue:#cefaff;
	--mainLink: #A48527;
	--rounded: 10px; 
}
#errorMessage	{border:1px solid red; background-color:#ffc6c6; color:red; margin-bottom:1rem; padding:1rem; text-align: center;}
#successMessage	{border:1px solid green; background-color:#cff7cf; color:green; margin-bottom:1rem; padding:1rem; text-align: center;}
.rowSelected	{background-color:var(--mainSuperLightBlue);}