.w-5p {
	width: 5% !important;
}
.w-10p {
	width: 10% !important;
}
.w-15p {
	width: 15% !important;
}
.w-25p {
	width: 25% !important;
}
.w-50p {
	width: 50% !important;
}
.w-80p {
	width: 80% !important;
}
.w-100p {
	width: 100%;
}

.w-30 {
	width: 30px;
}
.w-50 {
	width: 50px;
}
.w-70 {
	width: 70px;
}
.w-150 {
	width: 150px;
}
.w-900 {
	width: 900px;
}

.m-width-100p {
	min-width: 100%;
}

.h-25 {
	height: 25px;
}
.h-50 {
	height: 50px;
}
.h-150 {
    min-height: 150px;
    height: 150px;
    max-height: 150px;
}
.h-max-500 {
	max-height: 500px;
}
.max-h-150 {
	max-height: 150px;
}
.max-h-300 {
	max-height: 300px;
}
