.table {
  margin: 15px auto 40px auto;
  width: auto !important;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #CCC;
  box-shadow: 0 0 0.5em #ddd;
}

.table thead>tr {
  background: #eaeaea;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.table thead>tr>th {
  padding: 7px 15px !important;
}

.table tbody>tr>td {
  padding: 3px 15px !important;
}

.table tbody tr.even {
  background: #f5f5f5;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.table tr.odd {
  background: #FFF;
}

.table tbody tr:hover {
  background: #e9f0fb;
  transition: all 0.1s ease-in-out;
}

.tab-content .table {
  margin-top: 0px; }

.section h2, .section h3, .section h4 {
    margin-top: -36px !important;
}

.code-folding-btn {
  float: left !important;
  float: left !important;
  font-weight: bold;
  width: 100%;
  background-color: #eeeeee;
  margin-top: 8px;
  margin-bottom: 4px !important;
}

.tocify>ul>ul>li.list-group-item,
.tocify>ul>li.list-group-item {
  font-weight: 600;
}

.tocify-header {
    text-indent: 0px;
}
