/***
 * jive layout: a table of items
 *
 * <table class="jive">
 * <tbody>
 *  <tr class="even">
 *    <td>title and details</td>
 *    <td width="70%">content</td>
 *  </tr>
 *  <tr class="odd">
 *    <td>title and details</td>
 *    <td width="70%">content</td>
 *  </tr>
 *  ...
 * </tbody>
 * </table>
 *
 * @author Bernard Paques
 * @author Alexis Raimbault
 * @reference
 * @license http://www.gnu.org/copyleft/lesser.txt GNU Lesser General Public License 
 */
 .jive{margin:0;padding:8px;overflow:auto}.jive tr th{font-weight:700;margin:0;padding:8px}