.toc-container {
    border: 2px solid #086ad8;
  	border-color: rgb(197 197 197 / 44%);
    display: table;
    margin-top: -2em;
    margin-bottom: 2em;
  	padding: 7px;
    width: 100%;
  	font-size: 102%;
  	border-radius: 5px;
}
button.subscribe {
  margin: 0 auto;
  display: block;
}
.pdf-modal button.subscribe {
    margin: 0;
    display: flex;
}
.toc-container p.toc_title {
    font-size: 120%;
}
tr:nth-child(even) td {
    background-color: transparent;
}
table {
    margin-top: 1rem;
}
.table td, .table th {
    vertical-align: middle;
}
tbody tr:hover {
    background-color: transparent;
    box-shadow: none;
}
.table td, .table th {
  border: 1px solid #dee2e6 !important;
}