body {
    margin: auto;
    width: 80em;

    font-family: Arial, Helvetica, sans-serif;
    user-select: none;
}

/* #drug_list_table {
    scrollbar-width: thin;
} */

.ish {
    vertical-align: super;
    font-size: .75rem;
}

button {
    cursor: pointer;
}

.spoiler {
    cursor: default;
    background-color: gray;
    color: gray;
}

a {
    text-decoration: none;
    color: black;
}

.bookmarked {
    background-color: gold;
}


hr {
    border: solid grey 1px;
}

#table_select span {
    display: flex;
    align-items: center;
    margin: 0 4px;
}

#asterisk {
    cursor: default;
}

.hide {
    display: none !important;
}

#up {
    height: 0px !important;
}

.circle_btn {
        cursor: pointer;
        scale: 1.2;
     min-width: 25px;
}

#week_filter_id {
    width: 8em;
}

/* .circle_btn{
    
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 1;
    border-radius: 500px;
    transition-property: background-color,border-color,color,box-shadow,filter;
    transition-duration: .3s;
    border: 1px solid transparent;
    letter-spacing: 2px;
    min-width: 60px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 700;
    text-align: center;
    padding: 11px 25px 18px;
    color: grey;
    box-shadow: inset 0 0 0 2px grey;
    background-color: gold;
    height: 48px;
    scale: 1.4;
}
.circle_btn:hover{
    /* color: #fff; */
    /* box-shadow: inset 0 0 0 2px white; */
/*     background-color: white; */
    /* color: gold; */
/* }  */

th a {
    text-decoration: none;
    font-size: 1.5rem !important;
    color: grey;
}

th a:active {
    color: black;
}

.spoiler:hover {
    color: black;
    background-color: transparent;
}

.clicked {
    border-width: 3px;
    padding: 1px;
    border-color: gold;
    box-sizing: border-box;
    margin: 0 0.725px;
}

table,
tr,
td,
th {
    padding: 0;
    scroll-behavior: smooth;  
}


table {
    border: black 1px solid;
    padding: 2px;
    display: block;
    width: fit-content;
    margin: 0 0 auto;
    overflow: auto;
    height: 80vh;
    background-color: white;

   
}

.print_table_class{
    height: fit-content !important;
}
.print_td_class{
    min-height: fit-content !important;
}
#reload_after_print{
    display: none;
    margin: 0.5em 0.5em 0.5em 0;
}


/* tbody {
    display: inline-block;
} */

#header {
    top: 0;
    background-color: white;
    position: sticky;
}

tr {
    width: fit-content;
    height: 5em;
}

td, th {
    display: inline-block;
    border: 0.1px black solid;
    width: calc(calc(80em - 3ch - 55px) / 7);
    height: inherit;
    overflow: auto;
    align-content: center;
    text-align: center;
}

tr :first-child {
    width: 3ch !important;
    font-family: monospace;
    font-size: 1rem;
    cursor: pointer;
}

