﻿/* Fichier de style qui genère le layout avec les bloc des données. Liaison avec le script layout */

#sortable1, #sortable2 {
            list-style-type: none;
            margin: 0;
            /*padding-bottom: 20px;*/
            border: 0px;
            width: 100%;
            float: left;
        }

#sortable1 li {
                width: 98%;
                margin-bottom:20px;
            }

#sortable1 li table {
                width: 100%;
            }


 #sortable2 li:first-child {
   /*margin-bottom: 0px!important;*/
 }

#sortable2 li
{
    width: 100%;
    margin-bottom:20px;
}

#sortable2 li table
{
    width: 98%;
}

