.text-center{text-align:center;}


.page-header {
  padding-bottom: ((@line-height-computed / 2) - 1);
  margin: (@line-height-computed * 2) 0 @line-height-computed;
  border-bottom: 1px solid @page-header-border-color;
  box-sizing: border-box;
  display: block;
}

.page-header h1 {
	font-size: 36px;
	margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	margin: .67em 0;
	display: block;	
	
	
	
	
	
}