/*! CSS Shims */

/*
* 1. Push Down Top
* 2. Push Down Bottom
* 3. Pull Up Top
* 4. Pull Up Bottom
*/

/* 1. Push Down Top */
.push_down_top_5 {
	margin-top: 5px !important;
	}
.push_down_top_10 {
	margin-top: 10px !important;
	}
.push_down_top_15 {
	margin-top: 15px !important;
	}
.push_down_top_20 {
	margin-top: 20px !important;
	}
.push_down_top_25 {
	margin-top: 25px !important;
	}
.push_down_top_30 {
	margin-top: 30px !important;
	}
.push_down_top_35 {
	margin-top: 35px !important;
	}
.push_down_top_40 {
	margin-top: 40px !important;
	}
	
/* 2. Push Down Bottom */
.push_down_bottom_5 {
	margin-bottom: 5px !important;
	}
.push_down_bottom_10 {
	margin-bottom: 10px !important;
	}
.push_down_bottom_15 {
	margin-bottom: 15px !important;
	}
.push_down_bottom_20 {
	margin-bottom: 20px !important;
	}
.push_down_bottom_25 {
	margin-bottom: 25px !important;
	}
.push_down_bottom_30 {
	margin-bottom: 30px !important;
	}
.push_down_bottom_35 {
	margin-bottom: 35px !important;
	}
.push_down_bottom_40 {
	margin-bottom: 40px !important;
	}
	
/* 3. Pull Up Top */
.pull_up_top_5 {
	margin-top: -5px !important;
	}
.pull_up_top_10 {
	margin-top: -10px !important;
	}
.pull_up_top_15 {
	margin-top: -15px !important;
	}
.pull_up_top_20 {
	margin-top: -20px !important;
	}
.pull_up_top_25 {
	margin-top: -25px !important;
	}
.pull_up_top_30 {
	margin-top: -30px !important;
	}
.pull_up_top_35 {
	margin-top: -35px !important;
	}
.pull_up_top_40 {
	margin-top: -40px !important;
	}
	
/* 4. Pull Up Bottom */
.pull_up_bottom_5 {
	margin-bottom: -5px !important;
	}
.pull_up_bottom_10 {
	margin-bottom: -10px !important;
	}
.pull_up_bottom_15 {
	margin-bottom: -15px !important;
	}
.pull_up_bottom_20 {
	margin-bottom: -20px !important;
	}
.pull_up_bottom_25 {
	margin-bottom: -25px !important;
	}
.pull_up_bottom_30 {
	margin-bottom: -30px !important;
	}
.pull_up_bottom_35 {
	margin-bottom: -35px !important;
	}
.pull_up_bottom_40 {
	margin-bottom: -40px !important;
	}