html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.linedel .grid-header-title {
    text-decoration:none!important;
}
.linedel  {
    text-decoration: line-through;
}

.chosen-choices {
    height: calc(3.5rem + 2px) !important;
    line-height: 1.25 !important;
}
.chosen-container-multi .chosen-choices {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}