.section{ background: white; }

.inline{ display: inline-block; }
.centered{ margin: auto; }
.center-inside{ text-align: center; display: inline-block; }
.center{ text-align: center; }
.align-center{ text-align: center; }
.align-left{ text-align: left; }
.align-right{ text-align: right; }
.hidden, .ng-hide{ visibility: hidden; display: none; }

.box{ display: flex; }
.flexalign-left{ justify-content: flex-start; }
.flexalign-right{ justify-content: flex-end; }

h5 a[href="/"] {
	color: black;
	text-decoration: none;
}