
.item {
  background: SkyBlue;
  padding: 10px;
  width: auto;
  height: auto;
  margin: 7px;
  padding: 5;
	
  line-height: 25px;
  color: white;
  font-weight: bold;
  font-size: 0.9em;
  /*inline-size: 450px;*/
  overflow-wrap: break-word;
  /*text-align: center;*/
}



