.mt-0 {
	  margin-top: 0 !important;
}

.ml-1 {
	  margin-left: ($spacer * .25) !important;
}

.px-2 {
	  padding-left: ($spacer * .5) !important;
	  padding-right: ($spacer * .5) !important;
}

.p-3 {
	  padding: $spacer !important;
}

body {
	  padding-top: 80px; /* 60px to make the container go all the way to the bottom of the topbar */
	  margin-left: 20px;
	  margin-right: 20px;
}
    
