<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------- EVENTS CALENDAR ---------- */

.events {margin: 55px auto 0px auto; vertical-align: top; text-align: center; padding: 0px 0px; clear: both;}

.events h6 {font-size: 21px; font-weight: 300; text-align: left; border-bottom: 1px solid #ccc; padding: 0px 0px 12px 10px; margin: 5px 0px 15px 0px; display: block;}

.event h5 {font-size: 17px; overflow: hidden; padding: 3px; word-break: break-word;}

.event {width: 220px; font-size: 14px; margin: 25px 15px 10px 15px; text-align: center; display: inline-block; vertical-align: top; line-height: 21px; padding: 17px 20px; border: 1.5px solid #eee; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; min-height: 100px;}

.event:hover {text-decoration: none; border: 1.5px solid #fff; box-shadow: 1px 1px 14px #ccc; -webkit-box-shadow: 1px 1px 14px #ccc; -moz-box-shadow: 1px 1px 14px #ccc;}
a.event:hover {text-decoration: underline;}

.event .logo, .event img {max-width: 160px; max-height: 70px; padding: 0px; margin: 10px auto; display: block; float: none;}

.event .flag {vertical-align: 0px; display: inline-block; margin:0;}
</pre></body></html>