.anes-guide h3 {
    padding-top: 2.5rem;
}

.anes-guide .row:last-of-type {
    padding-top: 2.5rem;
}

.anes-guide .table-sm {
    /* font-size: 12px; */
}

.anes-guide small {
    font-size: 80% !important;
}

.anes-guide .anes-guide-chart {
    width: 100%;
    min-height: 450px;
}

.nav {
	display: block;
}

/* Custom CSS to fixed header/first column */
.anes-guide#anes-guide-second-table div.table-responsive {
    height: 50vh;
    position: relative;
}
.anes-guide#anes-guide-second-table table {
    position: relative;
}

.anes-guide#anes-guide-second-table thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
}

.anes-guide#anes-guide-second-table thead th:first-child {
    left: 0;
    z-index: 1;
}

.anes-guide#anes-guide-second-table tbody th {
    position: -webkit-stiky; /* for Safari */
    position: sticky;
    left: 0;
}