html {
	font-family: sans-serif;
	
}
#page-container {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 10px;

  height: 2.5rem;            /* Footer height */
}
.page-container {
	margin-left: auto;
	margin-right: auto;
}  
.page-header {
	font-size: 24px;
	font-weight: bold;
	
	text-align: center;
}
.site-title-label {
	width: 300px;
}
.user-account-menu {
	width: 100%;
    text-align: right;
}

.text-center {
	text-align: center;
}
.div-center {
	margin-left: auto;
	margin-right: auto;
}