.institution
{
	background-color: #CFE9F2;
	color: rgb(0, 0, 0);
}
.laboratory
{
	background-color: #9DD3E4;
	color: rgb(0, 0, 0);
}
.researchteam
{
	background-color: #007BA4;
	color: rgb(0, 0, 0);
}
.regrouplaboratory
{
	background-color: #39A3C4;
	color: rgb(0, 0, 0);
}
.department
{
	background-color: #6BBBD4;
	color: rgb(0, 0, 0);
}
.VALID
{
	appearance:none;
	color:#7B8C74;
	background-color: #DFF0D8;
	color: rgb(0, 0, 0);
}
.OLD
{
	appearance:none;
	color : #98947F;
	background-color: #FCF8ED;
	color: rgb(0, 0, 0);
}
.INCOMING
{
	appearance:none;
	color : #8E7A7A;
	background-color: #F2DEDE;
	color: rgb(0, 0, 0);
}

input[type=submit], .download_button{
  padding: 0.75rem;
  border: none;
  border-radius: 5px;
  background-color: #007ba4;
  color: white;
  font-size: 1rem;
  cursor: pointer;
}

.blurb{
  display: flex;
  flex-direction: column;
  margin:auto;
  justify-content: center;
  align-items: start;
  text-align: left;
  padding: 2rem;
  width: 100%;
  max-width: 1500px;
}

table{
	table-layout: auto;
  	word-wrap: break-word;
}

#label, #submit_button_01, #submit_button_02,#alternative_affiliation_dashboard,#types,#validities
{
	display:none;
}

#submit_button_03{
	display:inline;
}