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

body {
  margin-bottom: 24px; /* Margin bottom by footer height */
}

.cursor-pointer {
  cursor:pointer;
}

.cursor-na {
  cursor:not-allowed;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px; 
  line-height: 24px; 
  background-color: #eeeeee;
}

.feather {
  width: 18px;
  height: 18px;
}
