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

.select_team{
    height: 100px;
    overflow: auto;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    color: #34495e;
    box-shadow: none;
    clear: both;
    margin: 0;
    box-sizing: border-box;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
}

.carousel-control.left,
.carousel-control.right{
    background-image:none !important;
}

.carousel-inner .item{
    text-align:center
}

.carousel-inner .item img{
    display:inline !important
}

#grid-teams {
    margin-left: -7.5px !important; 
    margin-right: -7.5px !important; 
}

.grid-item{
    float:left;
    text-align:center;
    margin-bottom: 15px;
    padding: 0 7.5px !important;
}

.grid-item img{
    width:80%
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before{
    color:#999
}

.carousel-caption{
    position: static !important;
    background-color:transparent !important;
    color:#000 !important;
    text-shadow: none !important;
    padding:10px 0px !important;
    height:30px !important;
    font-size:15px !important;
}

/* #grid-teams a{
    color:#000 !important
} */

.carousel .item a:hover,
.carousel .item a:focus,
.carousel .item a:active{
    text-decoration: none !important
}

.widget_aoclubs_teams .image {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget_aoclubs_teams .col-sm-3:nth-child(4n+1) {
    clear: both;
}
.widget_aoclubs_teams .col-sm-4:nth-child(3n+1) {
    clear: both;
}
.widget_aoclubs_teams .col-sm-6:nth-child(2n+1) {
    clear: both;
}

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