.button_search{
    padding: 2px 8px;
    font-weight: 600;
    text-decoration: underline;
    color: #003478;
    text-decoration-color: #003478;
    text-underline-offset: 0.37rem;
}
.button_span{
    padding: 2px 8px;
    color: black;
}
.button_search:hover{
    text-decoration: underline;
    color: #0b7886;
}

#offices-table{
    table-layout: auto;
}

td.no_new_line{
    white-space: nowrap;
}

.main{
    width: 100%;
}
.sidebar{
    display:none;
}

.underline{
    font-size: x-large;
}
.clear_button {
    float:right;
    font-weight:600;
    text-decoration: underline;
    text-underline-offset: 0.37rem;
    text-decoration-color: #003478
}
.clear_button:hover {
    color:#0b7886;
    text-decoration: underline;
    text-underline-offset: 0.37rem;
    text-decoration-color:#0b7886
}