body
{
  padding-top: 20px;
  padding-bottom: 20px;
}

.container
{
  height: 100%;
	padding: 20px;
}

form
{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.table-no-data
{
	color: #777;
	line-height: 30px;
	font-size: 30px;
	padding: 40px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

footer
{
  padding-top: 19px;
  color: #999;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

footer a,
footer a:focus,
footer a:hover
{
  color: #777;
}