/* ================================ Notice Tax Pages ================================ */

.d-flex {
    margin:0px;
    padding:0px;
}
/* ================================ Annual Report Page ================================ */

.ada-button {
    text-decoration: none;
    color: #ffffff;
}
.ada-button:hover {
    transition: background-color 0.3s #ffffff ease !important;
    transition: color 0.3s #000000 ease !important;
    text-decoration: underline !important;
}
/* ================================ Financial Services FAQ Page ================================ */
.ada-button {
    text-decoration: none !important;
    color: #ffffff;
    font-weight: bold !important;
    padding-left: 20px;
    padding-right: 20px;
}
.ada-button:hover {
    transition: background-color 0.3s #ffffff ease !important;
    transition: color 0.3s #000000 ease !important;
    text-decoration: underline !important;
}
