/* Debug
///////////////////////////////////////////////////////*/
.debug.all .container_12,
.debug.grid .container_12 		{ background: url(../img/12_col.gif) !important; }
.debug.all .container_16,
.debug.grid .container_16		{ background: url(../img/16_col.gif) !important; }
.debug.all .container_24,
.debug.grid .container_24 		{ background: url(../img/24_col.gif) !important; }

.debug.all div,
.debug.border.div div				{ background-color: red !important; }
.debug.all span,                                     
.debug.border.span span			{ background-color: blue !important; }
.debug.all p,                                        
.debug.border.p p				{ background-color: green !important; }
.debug.all img,                                      
.debug.border.img img			{ background-color: yellow !important; }
.debug.all ul,                                       
.debug.border.ul ul				{ background-color: teal !important; }
.debug.all li,                                        
.debug.border.li li				{ background-color: gold !important; }
.debug.all .header,                                  
.debug.border.header .header		{ background-color: magenta !important; }
.debug.all .footer,.debug.all .body,
.debug.semifill .footer,
.debug.semifill .body			{ background:rgba(0,255,255,0.1) !important; }
.debug.nofill .footer,
.debug.nofill .body				{ background:none !important; }
.debug.border .border			{ background-color: crimson; }