/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .copyblock-categories{
 	list-style-position: inside;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
  list-style-type: decimal;
 }