html {
  position: relative;
  min-height: 100%;
}

body {
  /*padding-top: 70px;*/
  
  padding-bottom: 60px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

/* Sticky footer styles
-------------------------------------------------- */


#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  padding: 20px;
}


.modal-dialog {
	margin: 100px auto;
}

