/* News Modal Content Styling */
.notes-content {
	font-weight: 100 !important;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1rem;
	letter-spacing: 0.2rem;
	overflow-y: auto;
	max-height: 70vh;

}

.notes-post {
	margin-bottom: 1.5rem;
	padding: 0.5rem;
	color: #ff66cc;

.notes-title {
	font-weight: 100 !important;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #5acebf;
	letter-spacing: 0.3rem;
}
