/* Margin */
.margin_bottom_5{margin-bottom:5px;}
.margin_bottom_10{margin-bottom:10px;}
.margin_bottom_15{margin-bottom:15px;}
.margin_bottom_20{margin-bottom:20px;}
.margin_bottom_25{margin-bottom:25px;}
.margin_bottom_30{margin-bottom:30px;}

.margin_right_5{margin-right:5px;}
.margin_right_10{margin-right:10px;}
.margin_right_15{margin-right:15px;}
.margin_right_20{margin-right:20px;}
.margin_right_25{margin-right:25px;}
.margin_right_30{margin-right:30px;}

.margin_left_5{margin-left:5px;}
.margin_left_10{margin-left:10px;}
.margin_left_15{margin-left:15px;}
.margin_left_20{margin-left:20px;}
.margin_left_25{margin-left:25px;}
.margin_left_30{margin-left:30px;}

.margin_top_5{margin-top:5px;}
.margin_top_10{margin-top:10px;}
.margin_top_15{margin-top:15px;}
.margin_top_20{margin-top:20px;}
.margin_top_25{margin-top:25px;}
.margin_top_30{margin-top:30px;}


/* Colors */
.text_green{color:#85c13b;}
.text_blue{color:#0c59ab;}
.text_green{color:#7fb839;}
.text_black{color:#000;}
.text_gray{color:#333;}
.text_red{color:#d60002;}
	

.bg_green{background-color:#80bb39;}
.bg_blue{background-color:#006bbb;}
.bg_black{background-color:#000;}
.bg_red{background-color:#d60002;}


/* Alignments */
.align_left, .alignleft{
	float:left;
	margin-right: 25px;
	}
.align_right, .alignright{
	float:right;
	margin-left: 25px;
	}
.align_center, .aligncenter{
	display:table;
	margin:0 auto 0 auto;
	}
.aligncenter{
	display:table;
	margin:0 auto 0 auto;
	}	


/* Center Content */
.fit-in-center{
	display: table;
	width: auto;
	margin: 0 auto 0 auto;
	position: relative;
}	