.md-typeset h1 {
    /*font-size: 24pt;*/
    font-weight: bold;
    /* color: #000; */
    border-bottom: solid 2px #008080;
    padding-bottom: 5px;
}

.md-typeset h2 {
    font-weight: bold;
    color: #696969;
    border-bottom: 1px dotted #888;
}

.md-typeset h3 {
    font-weight: bold;
    color: #696969;
    border-bottom: 1px dotted #888;
}


/* body { */


/*     font-family: "Noto Sans JP"; */


/* } */

.md-typeset dt {
    /* font-weight: bold; */
    display: inline-block;
    margin: 6px 0;
    margin-top: 6px;
    /* font-size: 90%; */
    line-height: normal;
    background: rgba(0, 191, 165, .1);
    color: #008080;
    border-left: solid 3px #008080;
    padding: 6px;
    position: relative;
}

.md-typeset dd {
    margin: 0.5em 0 1.5em 1.875em
}

.datatable {
    margin-top: 1rem;
    background-color: var(--md-default-bg-color);
    border-radius: .1rem;
    font-size: 0.75rem;
    overflow: scroll;
}

.datatable h1,h2,h3 {
    padding-top: 1.rem;
    padding-bottom: 0.5rem;
    color: #696969;
}

.datatable ul{
    width: 80%;
}

.dataTables_wrapper {
    font-size: .75rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    padding-left: none;
    /* margin-left: -10px; */
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

table.dataTable {
    /* border: solid 1px rgba(0, 0, 0, 0.1); */
}

div.dataTables_scrollBody,
div.dataTables_scrollHead {
    /* border: 0px; */
    border-left: none;
    border-right: none;
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    background-color: #777;
    color: #fff;
    font-size: 0.75rem;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

table.dataTables thead {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    /* border: solid 1px red; */
}

table.dataTable thead th {
    background-color: #777;
    color: #fff;
}

table.dataTable thead th,
table.dataTable tbody td {
    border: solid 1px rgba(0, 0, 0, 0.1);
    /* border: solid 1px red; */
}

footer.row {
    font-size: 0.75rem;
}

.btn.btn-info {
    background-color: rgb(0, 0, 0, 0.1);
    color: rgb(0, 0, 0, 0.87);
    border-color: rgb(0, 0, 0, 0.2);
    font-size: 0.75rem;
    width: 260px;
    text-align: left;
    padding-left: 11px;
}


/* div.subaru_fits_copyright p {
    display: inline;
} */