/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-Mar-2020, 09:48:29
    Author     : Frank
*/
div.main {
  margin-left: auto;
  margin-right: auto;
  width: 440px;
}

div.table {
  display: table;
  width: 440px;
}

div.td {
  display: table-cell;
  width: 50%;
}

div.tr {
  display: table-row;
}

ul.collection {
  background-color: white;
  list-style: none;
  padding-left: 0;
/*  min-height: 100px;*/
  padding-left: 0;
  width: 100%;
}

ul.collection > li {}

ul#selection {
  float: right;
}

ul#source {
  float: left;
}
