.arm-form-container * :focus-visible{
	outline: none;
}
/* Cheatsheet area */
.arm-d-flex{display: flex !important; flex-wrap: wrap;}
.arm-justify-content-between{justify-content: space-between !important;}
.arm-justify-content-center{justify-content: center !important;}
.arm-justify-content-left{justify-content: left !important;}
.arm-justify-content-right{justify-content: right !important;}
.arm-align-items-center{align-items: center !important;}
.arm-text-center{text-align: center !important;}
