
/*
 * Gradients: http://www.colorzilla.com/gradient-editor/
 * Shadows: http://css3generator.com/
 * Radius: http://border-radius.com/
 * Fonts: http://www.google.com/fonts/
 */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */

  font-family: 'Ubuntu', sans-serif;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -20px;
}

#wrap > .container {
  padding-top: 60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 20px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: auto;
  max-width: 1024px;
}

.pageContent {
  width: auto;
  min-height: 400px;
  margin-top: 10px;
  padding: 10px;
  background-color: white;

}

.credit {
  color: dark-gray;
}

.container .credit {
    margin: 0 20px 0;
    font-size: 10px;
}
