@import url(https://fonts.googleapis.com/css?family=Arimo);


/* Custom footer */
footer#footer {
  text-align: center;
  line-height: 50px;
}

/*
footer#footer div.row {
  border-top: 1px solid lightgrey;
}
*/

footer#footer a {
  float: right;
  margin-left: 5%;
}

/* Space out content a bit */
body {
  padding-top: 70px;
  padding-bottom: 20px;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Move body down further when menu collapses */
@media screen and (max-width: 768px) {
  body {
    padding-top: 126px;
  }
}

/* form for cookies */
.form-cookies {
  font-size: x-small;
  font-family: monospace;
  text-align: justify;
  margin-bottom: 5px;
}

.form-signin-heading {
  text-align: center;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.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="text"] {
  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;
}

.centertable {
  max-height: 500px;
  overflow: auto;
}
.centertable > table {
  margin: 0 auto !important;
  float: none !important;
}
