/**
 * @version     1.0.0
 * @package     com_diabwbs
 * @subpackage  mod_diabwbs
 * @copyright   Copyright (C) 2015. Tous droits réservés.
 * @license     GNU General Public License version 2 ou version ultérieure ; Voir LICENSE.txt
 * @author      Diablood <diablood@lune-noire.org> - http://diablood.lune-noire.org
 */

.field_name{
    width: 16.66666666666667%;
    display: inline-block;
    float: left;
}

.field_value{
    width: 83.33333333333333%;
    display: inline-block;
    float:left;
}

.table{
    width: 240px !important;
    margin-bottom: 18px;
	margin: 0 auto;
	box-shadow: 0 2px 10px #000;
}

.table tr{
    border: none;
}

.table td, .table th{
    padding: 0px !important;
    line-height: 18px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: none !important;
	background: rgba(255,255,255,0.3);
	max-width: 120px;
	max-height: 90px;
	font-size: 14px;
}

.titre a {
	text-decoration: none;
}