/*TJ 23/6/2015
body {
  padding-top: 70px;
  padding-bottom: 30px;
}

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

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

.theme-showcase .navbar .container {
  width: auto;
}
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 60px;
  padding-bottom: 0px;
  /* margin by footer height */
  margin-bottom: 50px;  
}

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

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

.theme-showcase .navbar .container {
  width: auto;
}

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

td {
    vertical-align: top;
}
