@charset "UTF-8";
html body {
	font-size: 0.8rem;
}

select {
	font-size: 0.8rem;
}

.cursor {
	cursor: pointer;
}

.mt-1 {
	margin-top: .25rem; !important;
}

.mt-2 {
	margin-top: .5rem; !important;
}

.mt-3 {
	margin-top: 1rem; !important;
}

.mt-4 {
	margin-top: 1.5rem; !important;
}

.mt-5 {
	margin-top: 3rem; !important;
}


.mr-1 {
	margin-right: .25rem; !important;
}

.mr-2 {
	margin-right: .5rem; !important;
}

.mr-3 {
	margin-right: 1rem; !important;
}

.mr-4 {
	margin-right: 1.5rem; !important;
}

.mr-5 {
	margin-right: 3rem; !important;
}
