html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body {
  margin-bottom: 60px;
}

.text-center {
    text-align: center;
}

.text-muted {
    color: #999;
}