body {
    margin: auto;
    width: 52em;

    font-family: Arial, Helvetica, sans-serif;
}

#input_cluster a {
    text-decoration: none;
    color: black;
}

hr {
    border: solid grey 1px;
}

table, th, td{
    border: solid 1px black;
    border-collapse: collapse;
}

table {
    margin-bottom: 1em;
    background-color: white;
    text-align: center;
}

thead {
    background-color: rgb(82, 81, 81);
    color: whitesmoke;
    text-transform: uppercase;
}

th{
    background-color: grey;
    color: whitesmoke;
}

.note {
    color: red;
    background-color: yellow;
    font-size: 1.25em;
    width: 1em;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    border: red solid 1px;
}

.route_table > th {
    width: 25%;
}

.route_table {
    width: 100%;
}

.small_sig_tables{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.small_sig_tables > table{
    margin: 5px;
}

details {
    margin: 5em 0;
}

summary {
    cursor: pointer;
    user-select: none;
    background-color: rgb(70,70,70);
    color: rgb(240,240,240);
    /* border: solid black 1px; */
    margin-bottom: 0;
    padding: .25em;
}

section {
    border: solid rgba(0,0,0,0.5) 1px;
    border-radius: 0 0 5px 5px;
    background-color:rgb(230,230,230);
    padding: 1em;
    margin-bottom: 2em;
    height: auto;
    width: -moz-available;         
    width: -webkit-fill-available; 
}