html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.toggler-col {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.main-tab{
    margin-top:15px;
}

.main-tab .e-content {
    margin-top: 15px;
}
