/* 	1: .25 rem
	2: .50 rem
	3: 1 rem
	4: 1.5 rem
	5: 3 rem */
	
.pt-1 {
	padding-top: .25rem !important;
}

.pt-2 {
	padding-top: .50rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pr-1 {
	padding-right: .25rem !important;
}

.pb-1 {
	padding-bottom: .25rem !important; 
}

.pl-1 {
	padding-left: .25rem !important; 
}

.pl-2 {
	padding-left: .5rem !important; 
}

.pl-3 {
	padding-left: 1rem !important; 
}

.pl-4 {
	padding-left: 1.5rem !important; 
}

.pl-5 {
	padding-left: 3rem !important; 
}

.px-1 {
	padding-left: .25rem !important; 
	padding-right: .25rem !important; 
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.mt-1 {
	margin-top: .25rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mr-1 {
	margin-right: .25rem !important;
}

.mr-2 {
	margin-right: .5rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: .25rem !important; 
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.ml-1 {
	margin-left: .25rem !important; 
}

.mx-1 {
	margin-left: .25rem !important; 
	margin-right: .25rem !important; 
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.my-3 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.m-1 {
	margin: .25rem !important;
}


.o-auto {
	overflow: auto !important;
}

.h-60 {
	height: 60px !important;	
}

.w-16 {
	width: 16px !important;
}
