/* ****************************************************************************
 * summary list formating                                                     *
 *                                                                            *
 * Author: ETM                                                                *
 * Created: 20230113                                                          *
 *                                                                            *
 * *************************************************************************  */

ul.summlist {
    list-style:none;
    padding:0;
    margin:10px;
}