.iw-line-height-5 {
	line-height: 5px !important;
}
.iw-line-height-10 {
	line-height: 10px !important;
}
.iw-line-height-15 {
	line-height: 15px !important;
}
.iw-line-height-20 {
	line-height: 20px !important;
}
.iw-line-height-25 {
	line-height: 25px !important;
}
.iw-line-height-30 {
	line-height: 30px !important;
}





.iw-font-size-5 {
	font-size: 5px !important;
}
.iw-font-size-10 {
	font-size: 10px !important;
}
.iw-font-size-15 {
	font-size: 15px !important;
}
.iw-font-size-20 {
	font-size: 20px !important;
}
.iw-font-size-25 {
	font-size: 25px !important;
}
.iw-font-size-30 {
	font-size: 30px !important;
}





.iw-text-align-left {
	text-align: left !important;
}
.iw-text-align-center {
	text-align: center !important;
}
.iw-text-align-right {
	text-align: right !important;
}
.iw-text-align-justify {
	text-align: justify !important;
}

@media (min-width: 980px) {
	.iw-lg-text-align-left {
		text-align: left !important;
	}
	.iw-lg-text-align-center {
		text-align: center !important;
	}
	.iw-lg-text-align-right {
		text-align: right !important;
	}
	.iw-lg-text-align-justify {
		text-align: justify !important;
	}
}

@media (min-width: 481px) and (max-width: 979px) {
	.iw-md-text-align-left {
		text-align: left !important;
	}
	.iw-md-text-align-center {
		text-align: center !important;
	}
	.iw-md-text-align-right {
		text-align: right !important;
	}
	.iw-md-text-align-justify {
		text-align: justify !important;
	}
}

@media (max-width: 480px) {
	.iw-sm-text-align-left {
		text-align: left !important;
	}
	.iw-sm-text-align-center {
		text-align: center !important;
	}
	.iw-sm-text-align-right {
		text-align: right !important;
	}
	.iw-sm-text-align-justify {
		text-align: justify !important;
	}
}
