/* COLS en ROWS ::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.Col 	{float:left;overflow:hidden;margin-right:8px;text-align:left;     /* border:1px solid pink ;   */  padding-bottom:8px;}
.Col.NoMargin 	{margin-right:0!important}
.Col.NewLine {clear:both;}




.Row 	{display:inline-block;clear:both; margin-bottom:8px; overflow-x:hidden /* border:1px solid orange  */}
.Row.NoMargin 	{margin-bottom:0!important;}
.Row.NoMargin .Col 	{padding-bottom:0!important;}
.Row.LastRow 	{}

/* DEBUG ::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*
.Col			{border:1px solid #d9ffff;}
.Row			{border:1px solid #ffdcdc;}
.Row.LastRow 	{border:1px solid orange;}
*/





/* MARGINS ::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.M-1 {margin-bottom:8px!important;}
.M-2 {margin-bottom:16px!important;}
.M-3 {margin-bottom:24px!important;}
.M-4 {margin-bottom:32px!important;}

/* HEIGHTS ::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.H-1 {height:8px!important;;}
.H-2 {height:20px!important;;}
.H-3 {height:24px!important;;}
.H-4 {height:32px;}
.H-5 {height:40px!important;;}
.H-6 {height:48px!important;;}
.H-7 {height:56px!important;;}
.H-8 {height:64px!important;;}
.H-9 {height:72px!important;;}
.H-10 {height:80px!important;;}
.H-14 {height:112px!important;;}
.H-20 {height:160px!important;;}
.H-50 {height:400px!important;}
.H-100 {height:800px!important;}
.H-110 {height:880px!important;}



/* SHIFTING ::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.Prefix-1 {padding-left:8px}
.Prefix-2 {padding-left:16px}
.Prefix-3 {padding-left:24px}
.Prefix-4 {padding-left:32px}
.Prefix-5 {padding-left:40px}

.Suffix-1 {padding-right:8px;}
.Suffix-2 {padding-right:16px;}

/* EXPERIMENTAL ::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.Pull-1 {margin-left:-8px;margin-right:16px}
.Pull-2 {margin-left:-16px;margin-right:24px}

.MoveLeft-1 {margin-left:-8px;}
.MoveLeft-2 {margin-left:-16px;}

.MoveRight-1 {margin-left:8px;}
.MoveRight-2 {margin-left:16px;}
.MoveRight-3 {margin-left:24px;}
.MoveRight-4 {margin-left:32px;}

.Push-1 {margin:0 -8px 0em 8px;}
.Push-2 {margin:0 -16px 0em 24px;}