

pre {
    direction: ltr;
}

code {
  display: inline-block;
  direction: ltr;
}

div[class='brush: python'] {
  display: block;
  direction: ltr;
}

.linenodiv { display: none;}


.nav-tabs li {
    margin-right: 0;
}

.navbar-brand {
    margin-right: 0;
    font-size: 20pt;
}

a {
    text-underline-offset: 25%;
    text-decoration: none;
}

.tab-content td, .tab-content th {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

.tab-content table {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
}

.blog img, .problem img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#problem-tab {
    margin-top: 2rem;
    margin-bottom: 0.1rem !important;
}

/* Tab content styling */
.tab-content {
    padding: 1.5rem;
    border-top: none;
}

pre code {
    padding: 1rem 1.2rem;
}
