/* Used to improve rendering of SRC project creator buttons */
.RoomComponent input.Button {
    width: 96%;
    height: 38px;
}

div.readOnlyInfo {
	background-color: #f7f7f7;
	border-radius: 25px;
	padding: 20px;
}


/* NIHIRB-204, 205, 206 
 NIH 2024-10-18 Armen */
.p_NIH_attention {
  color: black !important;
}
.NIH_attention {
  padding: 2%;
  margin: 2%;
  line-height: normal;
  background-color: #ffb3b3 !important;
  border-radius: 5px;
  border: 2px solid #ffb3b3;
  color: black !important;
}

/* NIHIRB-204, 205, 206 
 NIH 2024-10-30 Marcelo */
.NIH_attention li
{
    padding-bottom: 0px;
    margin-top: 7px; /* NIHIRB-643 2024-11-21 Armen */
}


/* NIHIRB-204, 205, 206 
 NIH 2024-10-18 Armen */
.NIH_alert {
  padding: 2%;
  margin: 2%;
  line-height: normal;
  background-color: #ffff99 !important;
  border-radius: 5px;
  border: 2px solid #ffff99;
  color: black !important;
}

/* NIHIRB-204, 205, 206 
 NIH 2024-10-30 Marcelo */
.NIH_alert li
{
    padding-bottom: 0px;
    margin-top: 7px; /* NIHIRB-643 2024-11-21 Armen */
}



