/* SVN FILE: $Id: default.css 189 2016-05-31 11:38:05Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 189 $
 * @date                $Date: 2016-05-31 13:38:05 +0200 (mar., 31 mai 2016) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/tripalium/trunk/protected/modules/windmill/assets/media/operation/default.css $
 */

/* PARTICIPANTS / AVAIBILITY */
.operation .aviability
{
    display: inline-block;
    margin-bottom: 20px;
    height: 130px;
    width: 130px;
    border-radius: 50%;
}
    .operation .aviability span
    {
        display: block;
        padding: 48px 15px;
        text-align: center;
        color: white;
        font-size: 28px;
        line-height: 28px;
    }
.operation .participants .userPellet
{
    margin: 0 8px 8px 0;
    float: left;
    display: block;
}
.operation .participants .col2 .userPellet:nth-child(7n+0)
{
    margin-right: 0px;
}