/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
.icon {
	font-size: 34px;
}

.height200 {
	min-height: 190px;
}

.fa-2xs {
	font-size: 0.625em !important;
}

.fa-xs {
	font-size: 0.75em !important;
}
.fa-sm {
	font-size: 0.875em !important;
}
.fa-lg {
	font-size: 1.25em !important;
}
.fa-xl {
	font-size: 1.5em !important;
}
.fa-2xl {
	font-size: 2em !important;
}
.fa-3xl {
	font-size: 2.5em !important;
}
.fa-4xl {
	font-size: 3em !important;
}

.text-xs{
	font-size: 0.75em !important;
}
.text-sm{
	font-size: 0.9em !important;
}
.text-md{
	font-size: 1em !important;
}
.text-lg{
	font-size: 1.25em !important;
}