
:root > * {
    --md-primary-fg-color: #264681;
}

.md-header {
    border-bottom: 12px solid #000;
    z-index: 10000 !important; /* otherwise, leaflet floats above */
}

.cols-next + ul {
    list-style-type: none;
}


.cols-next + ul li p,
.cols-next + ul li ul li {
    margin-top: 0;
    margin-bottom: 0;
}

.cols-next + ul li ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 1em;
}

.cols-next + ul li {
    break-inside: avoid-column;
}

/* Small devices */
@media only screen and (min-width: 600px) {
    .cols-next + ul {
        columns: 2;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .cols-next + ul {
        columns: 3;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .cols-next + ul {
        columns: 4;
    }
}


.center {
    text-align: center;
}

.example {
    font-weight: bold;
}

.gloss {
    font-size: smaller;
    font-variant: small-caps;
}

.langfamily {
    color: #000000;
    text-decoration: none;
}

.langlist {
    padding: 0 0 0 10px;
    font-size: smaller;
}

.nodata {
    color: #AABBDD;
    text-decoration: none;
}

.noline {
    border: 0px;
}

.shaded {
    background-color: #AABBDD;
}

.shaded-green {
    background-color: lightgreen;
}

.underline {
    text-decoration: underline;
}

blockquote {
    margin-top: 1px;
    margin-bottom: 1px;
}

.dataTables_wrapper {
    font-size: 80%;
    overflow: scroll;
}

.md-typeset table:not([class]), .md-typeset__table table {
    margin: 1em auto;
}

.md-typeset table:not([class]) table, .md-typeset table:not([class]) td {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 2px 5px;
    vertical-align: middle;
}

#map {
    height: 300px;
    min-width: 300px;
    margin: 20px;
}

div.langdetails {
    padding: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.langdetails .heading {
    min-width: 180px;
    width: 40%;
    text-transform: uppercase;
    color: var(--md-default-fg-color--light);
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}


.langdetails .cell {
    width: 60%;
    min-width: 120px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
