<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Plugin Name: AO Clubs birthdays 
Author URI: http://www.alleyoop.be
Description: A pre-configured birthdays widget for AO Clubs.
Author: Simon Arickx
Version: 1.0
*/

.widget_aoclubs_birthdays {
	border: 1px solid;
}

.widget_aoclubs_birthdays .widget-title {
    margin-bottom:0px;
}

.widget.widget_aoclubs_birthdays ol {
    max-height: 350px;
    overflow-y: scroll;
    margin: -20px 0 0;
    padding: 15px 15px;
}

.widget_aoclubs_birthdays .member {
    margin-bottom: 15px;
    padding: 0;
    display:flex;
    align-items:center;
}

.widget_aoclubs_birthdays .member:last-child {
    margin-bottom: 0;
}

.widget_aoclubs_birthdays .member .image {
    margin-right: 10px;
}

.widget_aoclubs_birthdays .member .image img {
    width: 75px; 
    height: 75px; 
}

.widget_aoclubs_birthdays .member .details {
    width:60%;
}

.widget_aoclubs_birthdays .member b {
    font-size: 16px
}

@media screen and (max-width: 768px) {
    .widget.widget_aoclubs_birthdays ol {
        margin: 0;
    }
}

</pre></body></html>