header {
  position: relative;
  padding: 10px 0;
  color: #000;
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
header h1 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
header p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

footer {
  position: relative;
  padding: 10px 0;
  color: #000;
  text-align: center;
  background: #f5f5f5;
  margin-top: 20px;
  border-top: 1px solid #e3e3e3;
}

.well {
	padding-top: 0;
}

table {
	border-collapse: collapse;
}

ul.nav li span {
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	padding: 3px 0;
	display: block;
}

#content {
    margin-top: 50px;
}

#content h2, #content p {
  clear: both;
}

div.actions {
    margin-top: 15px;
}

.center {
    text-align: center;
}

.invisible {
    position: absolute;
    top: -9999px;
}

.pager {
  clear: both;
}