body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #000000;
	background: #fafafa;
	font-family: "Lato", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
ul{
	
}

ul li{
	line-height: 30px;
}
#Header {
  background: #ffffff !important;
  
}
.jumbotron {
  background: #058466 !important;
  color: #ffffff;
  text-align: left;
}
.Release_Box {
  border-width: 1px;
  border: #ced4da solid 1px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 20px;
}

.Release_Box p{
	margin-bottom: 10px;
}
.badge{
	font-weight: 400 !important;
    font-size: 16px;
}
.Topic_Status{
	
}
.Topic_Date{
	font-size: 13px;
	font-weight: 500;
}
.Topic_Date .fa{
	margin-right: 5px;
}
.Topic_Title{
	font-size:25px;
	font-weight: 600;
}
.Topic_Txt{
	font-size: 14px;
	line-height: 20px;
}
