body {
    font-size: .875rem;
  }
  
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 80px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}  
.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
[role="main"] {
    padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
    [role="main"] {
        padding-top: 80px; /* Space for fixed navbar */
    }
}  

#judulatas, h1 {
    color:#10ac84;
}
nav a {
    font-size: 1.2rem;
    font-weight: bold;
    color:#10ac84;
}
nav a:hover {
    color:#333333;
}
.submenu {
    font-weight: normal;
    font-size: 1rem;
}
.btn-primary {
    background-color: #27ae60;
    border: #10ac84;
}
.nav-link.active,
  .show > .nav-link {
    color: #ffffff !important;
    background-color: #27ae60 !important;
  }

.insider_table {
  margin: 0px;
}

.insider_table td {
  border:none;
  padding:0px;
  padding-right: 8px;
}