/**
 * 
 *  File: spacing.css
 *
 *  SM Visual Studio web development spacing style definitions
 *
 *  Version: 2.0.0
 *  Author: Stefano Mengarelli
 *  Copyright: (C) 2017 by Stefano Mengarelli
 * 
 *  January 2017
 * 
 */

/**
 *  Gaps
 */

.gap-ln {
	width:100%;
	height:10px;
	clear:both;
}

.gap {
	width:100%;
	height:25px;
	clear:both;
}

.gap-h2 {
	width:100%;
	height:50px;
	clear:both;
}

.gap-h3 {
	width:100%;
	height:75px;
	clear:both;
}

.gap-h4 {
	width:100%;
	height:100px;
	clear:both;
}
