1.card-cs { margin-bottom: 1rem; }
2/** Bootstrap has a margin bottom that is not welcome in a card **/
3.card-cs > table { margin-bottom: 0; }
4
5/** No card-cs ui/li styling because it is also used for menu such as tabs if there is a list in the card,
6 * there should be a more specific selection
7 */
8