﻿/* 
2025-02-23 RMcQ
Elements and styles to create space on the site.

*/

/* several vertical spaces */
br-0		{ display:block; height:0px; }
br-1		{ display:block; height:1px; }
br-2		{ display:block; height:2px; }
br-4		{ display:block; height:4px; }
br-6		{ display:block; height:6px; }
br-8		{ display:block; height:8px; }
br-12	{ display:block; height:12px; }
br-16	{ display:block; height:16px; }
br-24	{ display:block; height:24px; }
br-32	{ display:block; height:32px; }

/* mqc-sep is the standard separator: a big black circle surroundede by two spaces */
mqc-sep:before { content:"●"; margin-left:6px; margin-right:6px; }

mqc-bull:before { content:"●"; margin-left:0px; margin-right:0px; }
