/** Margin Utilities **/
.m-0 { margin: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.ml-0 { margin-left: 0 !important; }

.m-5px { margin: 5px !important; }
.m-10px { margin: 10px !important; }
.m-15px { margin: 15px !important; }
.m-20px { margin: 20px !important; }
.m-25px { margin: 25px !important; }
.m-30px { margin: 30px !important; }
.m-35px { margin: 35px !important; }
.m-40px { margin: 40px !important; }
.m-45px { margin: 45px !important; }
.m-50px { margin: 50px !important; }

.mt-5px { margin-top: 5px !important; }
.mt-10px { margin-top: 10px !important; }
.mt-15px { margin-top: 15px !important; }
.mt-20px { margin-top: 20px !important; }
.mt-25px { margin-top: 25px !important; }
.mt-30px { margin-top: 30px !important; }
.mt-35px { margin-top: 35px !important; }
.mt-40px { margin-top: 40px !important; }
.mt-45px { margin-top: 45px !important; }
.mt-50px { margin-top: 50px !important; }

.mr-5px { margin-right: 5px !important; }
.mr-10px { margin-right: 10px !important; }
.mr-15px { margin-right: 15px !important; }
.mr-20px { margin-right: 20px !important; }
.mr-25px { margin-right: 25px !important; }
.mr-30px { margin-right: 30px !important; }
.mr-35px { margin-right: 35px !important; }
.mr-40px { margin-right: 40px !important; }
.mr-45px { margin-right: 45px !important; }
.mr-50px { margin-right: 50px !important; }

.mb-5px { margin-bottom: 5px !important; }
.mb-10px { margin-bottom: 10px !important; }
.mb-15px { margin-bottom: 15px !important; }
.mb-20px { margin-bottom: 20px !important; }
.mb-25px { margin-bottom: 25px !important; }
.mb-30px { margin-bottom: 30px !important; }
.mb-35px { margin-bottom: 35px !important; }
.mb-40px { margin-bottom: 40px !important; }
.mb-45px { margin-bottom: 45px !important; }
.mb-50px { margin-bottom: 50px !important; }

.ml-5px { margin-left: 5px !important; }
.ml-10px { margin-left: 10px !important; }
.ml-15px { margin-left: 15px !important; }
.ml-20px { margin-left: 20px !important; }
.ml-25px { margin-left: 25px !important; }
.ml-30px { margin-left: 30px !important; }
.ml-35px { margin-left: 35px !important; }
.ml-40px { margin-left: 40px !important; }
.ml-45px { margin-left: 45px !important; }
.ml-50px { margin-left: 50px !important; }

/** padding Utilities **/
.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; }   

.p-5px { padding: 5px !important; }
.p-10px { padding: 10px !important; }
.p-15px { padding: 15px !important; }
.p-20px { padding: 20px !important; }
.p-25px { padding: 25px !important; }
.p-30px { padding: 30px !important; }
.p-35px { padding: 35px !important; }
.p-40px { padding: 40px !important; }
.p-45px { padding: 45px !important; }
.p-50px { padding: 50px !important; }   

.pt-5px { padding-top: 5px !important; }
.pt-10px { padding-top: 10px !important; }
.pt-15px { padding-top: 15px !important; }
.pt-20px { padding-top: 20px !important; }
.pt-25px { padding-top: 25px !important; }
.pt-30px { padding-top: 30px !important; }
.pt-35px { padding-top: 35px !important; }
.pt-40px { padding-top: 40px !important; }
.pt-45px { padding-top: 45px !important; }  
.pt-50px { padding-top: 50px !important; }

.pr-5px { padding-right: 5px !important; }
.pr-10px { padding-right: 10px !important; }
.pr-15px { padding-right: 15px !important; }
.pr-20px { padding-right: 20px !important; }
.pr-25px { padding-right: 25px !important; }
.pr-30px { padding-right: 30px !important; }
.pr-35px { padding-right: 35px !important; }
.pr-40px { padding-right: 40px !important; }
.pr-45px { padding-right: 45px !important; }
.pr-50px { padding-right: 50px !important; }

.pb-5px { padding-bottom: 5px !important; }
.pb-10px { padding-bottom: 10px !important; }
.pb-15px { padding-bottom: 15px !important; }
.pb-20px { padding-bottom: 20px !important; }
.pb-25px { padding-bottom: 25px !important; }
.pb-30px { padding-bottom: 30px !important; }
.pb-35px { padding-bottom: 35px !important; }
.pb-40px { padding-bottom: 40px !important; }
.pb-45px { padding-bottom: 45px !important; }
.pb-50px { padding-bottom: 50px !important; }

.pl-5px { padding-left: 5px !important; }
.pl-10px { padding-left: 10px !important; }
.pl-15px { padding-left: 15px !important; }
.pl-20px { padding-left: 20px !important; }
.pl-25px { padding-left: 25px !important; }
.pl-30px { padding-left: 30px !important; }
.pl-35px { padding-left: 35px !important; }
.pl-40px { padding-left: 40px !important; }
.pl-45px { padding-left: 45px !important; }
.pl-50px { padding-left: 50px !important; }

/** width Utilities **/

.w10PCT { width: 10% !important; }
.w20PCT { width: 20% !important; }
.w30PCT { width: 30% !important; }
.w40PCT { width: 40% !important; }
.w50PCT { width: 50% !important; }
.w60PCT { width: 60% !important; }
.w70PCT { width: 70% !important; }
.w80PCT { width: 80% !important; }
.w90PCT { width: 90% !important; }
.w100PCT { width: 100% !important; }

.w-10px { width: 10px !important; }
.w-20px { width: 20px !important; }
.w-30px { width: 30px !important; }
.w-40px { width: 40px !important; }
.w-50px { width: 50px !important; }
.w-60px { width: 60px !important; }
.w-70px { width: 70px !important; }
.w-80px { width: 80px !important; }
.w-90px { width: 90px !important; }
.w-100px { width: 100px !important; }
.w-200px { width: 200px !important; }
.w-300px { width: 300px !important; }
.w-400px { width: 400px !important; }
.w-500px { width: 500px !important; }



