  #name-day {
    text-align: center;
    font-family: "Arial", sans-serif;
    color: #004e79;
  }
  #name-day b {
    font-size: 1.2em;
  }
  .highlight-today {
    color: #f3152f;
    font-size: 1em;
  }
  .highlight-tomorrow {
    color: darkgreen;
    font-size: 1em;
  }
  
  .bg-curuser {
    background-color: rgba(108, 117, 125, 0.3) !important; /* Egy áttetsző szürke háttér */
    border-left: 3px solid #0d6efd; /* Kiemelő kék csík a bal oldalon */
  }

/*
	@media (max-width: 768px) {
	.edit-message, .delete-message {
	font-size: 0.5rem !important;
	padding: 0.125rem 0.25rem !important;
	}
	.date {
	font-size: 0.5rem !important;
	}
	.message-text, .user-class {
	font-size: 0.66rem !important;
	}
}
*/