/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2026 | 11:55:54 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#home-news ul {
	display: flex;
    column-gap: 30px;
}

#home-news li {
	padding: 10px;
    border: 1px solid black;
}

#home-news span.rss-date {
	font-size: small;
}

#home-news .rssSummary {
	margin-top: 10px;
}

#home-news li::marker {
    color: white;
}