hr {
  border: 0;
  height: 1px;
  background: #00a450;
  display: block;
}

h1+hr {
  margin-top: -10px;
  margin-bottom: 30px;
}
h1 { color: black; }

header{
	background-color: #ffffff;
  border-bottom:2px solid #0a0a0a;
	position: relative;
	display: table !important;
	width: 100%;
}
#title span#page_title {
    margin: 15px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    line-height: 47px;
    color: #000000;
}
body, div {
	font-family:'Lato-Regular';
	font-size:13pt;
}