/*
Plugin Name: AO FDS Last News 
Author URI: http://www.alleyoop.be
Description: A last news widget.
Author: Alley Oop
Version: 1.0
*/


.widget-aoclubs-sponsors .sponsor {
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative;
    margin: 5px 0;
}
.widget-aoclubs-sponsors .sponsor img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.no-event {
    color:#cc0000;
    font-weight:bold;
}