body {
  background-color:#343434;
  padding-top: 60px;
}

.navbar-static-top {
  margin-bottom: 0px;
}

.navbar-inverse{
  background-color:#333;
  border-bottom:1px solid #000;
}

.text-white{
  color:#FFFFFF !important;
}

footer{
  padding:20px 0;
  min-height:300px;
  border-top:1px solid #333333;
}

.well-dark{
  background-color:#e6e6e6 !important;
}

.pointer{
  cursor:pointer;
}