html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 80px;
  background-color:#1c1c1c;
  color:#fff;
}
.panel {
  background-color:#1c1c1c;
  border-color:#3e3e3e;
}
.lead {
  font-weight:200;
}
.container {
	width:auto;
	max-width: 60%;
}
.topmargin {
	margin-top: 1em;
}
.footer {
  position: absolute;
  bottom: 1px;
  width: 100%;
  min-height: 40px;
  border-top: 1px solid #000;
  line-height: 40px;
}
.footer, .footer > .container {
  background-color: #000;/*#f2f2f2;*/
}
.footer a {
	padding-left:27px;
  color:#fff;
  font-weight:300;
}
.footer a:hover {
  color:#fff;
	text-decoration: underline;
}
.img {
  height:150px;
  margin-right:15px;
  margin-bottom:15px;
}
#divResult {
  padding-bottom: 0;
}
#divResultHeader > .row {
  position:relative;
}
#divResultMeta {
  position: absolute;
  bottom:1em;right:0;
}
#divLoader {
  position:absolute;
  top:calc(50% - 16px);
  left:calc(50% - 16px);
}
.glyphicon {
  margin-right: 10px;
}