/*	Name: Free games plugin	Date: Oct 2014	Description: list all games	Template: inherit	Author: Tereza Simcic <tereza.simcic@gmail.com>
*/
ul.free-games-list{
    list-style:none !important;
    display: inline-block;
    width: 100%;
    height: 100%;
}
ul.free-games-list li{
    display: block;
    float: left;
}
ul.free-games-list li a{
    display: inline-block;
    /*width:100%;
    margin-bottom: 10px;*/
    padding: 5px;
}
ul.free-games-list li a span.title{width: 100%; float: left;text-decoration: none;}
