html, body{
	background-color: #000;
	color: #fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
h4{
  margin-bottom: 5px;
}
.badge.new{
  background-color: #5cb85c;
}
.description{
  color: #777;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  text-align: left;
}