html {scroll-behavior: smooth;}


#header-top .left  {
	float: left;
}
#header-top .right {
	float: right;
}
#header-top:after  {
	clear: both;
}
.bold {
	font-weight: bold;
}
.inline {
	display:inline;
}

.page-index{
	text-align: center;
	width: 95%;
}
.page-search{
	text-align: center;
	/* float: left;  enable for aside*/
	width: 95%; /* disable for aside */
}
.page-search-aside{
	text-align: center;
	float: right;
}

#form-search button{
	/* height: 48px; */
}

#form-config-index button{
	margin-top: 8px;
}

#search-query{
	width: 60%;
	margin: .2em .2em .2em .2em;
}

section {
  width: 95%;
  min-width: 100px;
}
aside {
  width: 30%;
  min-width: 100px;
}
footer {
  clear: both;
  margin-bottom: 0;
  text-align: center;
}


/* search results */
.result-title {
  font-size:120%;
  #font-weight: bold;
}
em {
	font-weight: bold;
	font-style: normal;
}

.xlarge {
	font-weight:normal;
	font-size:150%;
}

.large{
	font-weight:normal;
   	font-size:130%;
}

hr{
  border: 0;
  height: 1px;
}


hr.style-dash{
  background-image:none;
  border: 0;
  height: 1px;
}

.result-link{
	font-weight:normal;
	margin-bottom: 0.5rem;
}
.news-link-top{
	#font-weight:bold;
	#margin-bottom: 0.5rem;
}
.news-link-body{
	font-weight:normal;
}
