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

.brand {
  font-family: 'Overlock', cursive;
  text-decoration: none;
  color: #333; }

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 10px auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px; }
  #wrap .styled-list dt {
    padding-top: 1em;
    font-size: 150%; }
  #wrap .styled-list dd {
    padding-left: 1em;
    font-size: 150%; }

/* Set the fixed height of the footer here */
#footer {
  height: 40px;
  background-color: #f5f5f5;
  margin-top: 20px; }
