
/* override default font-size to make tentative title fit on two lines */
#site-navigation h1.site-logo {
  font-size: 1em;
}

.btn-purple {
    color: #fff;
    background-color: #673AB7;
    border-color: #57319a;
}
.btn-purple:hover {
    color: #fff;
    background-color: #512e90;
    border-color: #7446c4;
}
.btn-purple:focus, .btn-purple.focus {
    color: #fff;
    background-color: #512e90;
    border-color: #7446c4;
    box-shadow: 0 0 0 0.2rem rgba(112, 80, 169, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #673AB7;
    border-color: #57319a;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #8259cb;
    border-color: #261543;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 80, 169, 0.5);
}

.admonition-objectives {
    border-left-color: var(--md-deep-purple-500);
}
.admonition-objectives .admonition-title {
    background-color: var(--md-deep-purple-50);
}
.admonition-objectives .admonition-title:before {
    color: var(--md-deep-purple-500);
    content: var(--pst-icon-lightbulb);
}


table > tbody > tr > td > p {
    margin: 0;
}
table > thead > tr > th > p {
    margin: 0;
}

/* table {
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
} */
