.flex {
	display: flex;	
}
.w-full {
	width: 100%;
}

.w-auto {
	width: auto;
}
.w-25p { width: 25%; }
.w-50p { width: 50%; }
.w-75p { width: 75%; }
.w-100p { width: 100%; }

.hidden { display: none !important; }