html {
	overflow-y: scroll;
}

body.login {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

body {
padding-top: 70px;
padding-bottom: 30px;	
}

footer {
	padding: 15px 20px 0px 20px;
}

.page-size {
	margin-top: 27px;
	padding-right: 5px;
}

.report h2.alert {
	padding-left: 5px;
}

.report .name {
	width: 25%;
}

.report .cuisine {
	width: 20%;
}

.report .area {
	width: 20%;
}

.report .zagat {
	width: 5%;
}

.report .nytimes {
	width: 5%;
}

.report .nymag {
	width: 5%;
}

.report .been {
	width: 5%;
}

.report .section:not(:first-of-type) {
	page-break-before: always;
}

.restaurant .name {
	width: 20%;
}

.restaurant .cuisine {
	width: 15%;
}

.restaurant .area {
	width: 15%;
}

.restaurant .zagat {
	width: 5%;
}

.restaurant .nytimes {
	width: 5%;
}

.restaurant .nymag {
	width: 5%;
}

.restaurant .been {
	width: 5%;
}

.restaurant .comments {
	width: 30%;
}


.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
  margin-left: 20px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}