#fullDiv {
  /*position: absolute;*/
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; 
  
  height: min-content;
  max-height: min-content;
  
}

#fullDiv ul {
  margin: 0;
  padding: 0;
}

#fullDiv li {
  float: left;
  display: block;
  width: 14.2857%;
  text-align: center;
  list-style-type: none;
  
  
  line-height: 50px;
  height: 50px;
  
}

#fullDiv li:nth-child(n+1):nth-child(-n+7) {
  font-weight: 900;
  color: #e67e22;
}

#fullDiv li:nth-child(n+41), #fullDiv li:nth-child(n+8):nth-child(-n+9) {
  font-weight: 900;
  color: rgba(0,0,0,.3);
}

#fullDiv li:nth-child(16){
  border-radius: 5px;
  background-color: #194362;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%), 0 0 20px 0 rgb(0 0 0 / 19%);
  color: #ecf0f1;
}

#fullDiv li:hover:nth-child(16){
	color: #194362;
	font-weight: 600;
}

#fullDiv li:hover:nth-child(n+10):nth-child(-n+40){

  border-radius: 5px;
  /*background-color: #194362;*/
  background-color: rgba(224, 233, 235, .9);
  box-shadow: 0px 0 8px 0 rgb(0 0 0 / 20%);
  border: 1px solid silver;
  /*color: #ecf0f1;*/
}