/*
	@author	Davide Zanotti <davidezanotti@gmail.com>
*/

.no_margin {
	margin: 0 !important;
}

.no_margin_top {
	margin-top: 0 !important;
}

.no_margin_right {
	margin-right: 0 !important;
}

.no_margin_bottom {
	margin-bottom: 0 !important;
}

.no_margin_left {
	margin-left: 0 !important;
}

.no_padding {
	padding: 0 !important;
}

.no_padding_top {
	padding-top: 0 !important;
}

.no_padding_right {
	padding-right: 0 !important;
}

.no_padding_bottom {
	padding-bottom: 0 !important;
}

.no_padding_left {
	padding-left: 0 !important;
}

.no_border {
	border: none !important;
}

.no_border_top {
	border-top: none !important;
}

.no_border_right {
	border-right: none !important;
}

.no_border_bottom {
	border-bottom: none !important;
}

.no_border_left {
	border-left: none !important;
}

.no_background {
	background: none !important;
}

.no_background_image {
	background-image: none !important;
}

.no_float {
	float: none !important;
}

.no_white_space, .no_wrap  {
	white-space: nowrap !important;
}

.no_outline {
	outline: none !important;
}

.no_overflow {
	overflow: hidden !important;
}

.no_display {
	display: none !important;
}

.no_visibility {
	visibility: hidden !important;
}

.no_text_decoration {
	text-decoration: none !important;
}

.no_text_transform {
	text-transform: none !important;
}

.no_font_variant {
	font-variant: normal !important;
}

.no_letter_spacing {
	letter-spacing: normal !important;
}

.no_word_spacing {
	word-spacing: normal !important;
}

.no_list_style {
	list-style: none !important;
}
