@charset "UTF-8";

body {
  font-family: arial, verdana, Helvetica, sans-serif;
  background-image: url("page_bg.jpg");
  background-position: center; 
  background-repeat: repeat-y;
}

h2{
	font-weight: normal;
	margin-bottom: 0.5em;
	font-size: 1.3em;
}

a{
 text-decoration:none;
 color: #013b69;
 background:transparent;
}

a:active,
a:hover {
 text-decoration:underline;
 color: #000000;
}

#bsh_headertitle{
	padding-left:20px;
	font-size:40px;
	font-weight:normal;
	color:#2E569B;
}

#bsh_content{
	padding-bottom:16px;
}

#bsh_language_title{
	padding-top:16px;
}

#service {
	border-bottom: 1px solid #537898;
	display: flex;
	align-items: baseline
}

#serviceTitle {
    font-weight: 400;
    font-size: 1.9rem;
	flex-grow: 4;
	color: #013b69;
}

.bsh_hr_line{
	border-bottom: 1px solid #537898;
}

.service a {
	flex-grow: 1;
	text-align: right;
}


.datasetTitle {
    font-size: 1.17rem;
    font-weight: 300;
    margin: 10px;
    list-style: square
}

.dataset_info li {
    margin: 5px;
    list-style: disc
}

.doc_info ul {
    list-style: disc
}

.doc_info li {
    list-style: disc
}
