button.delete-button, a.delete-button {
    color: #001e54;
    background-color: #f4f6fa;
    border-radius: 6px;
    /*padding: 10px 20px;*/
    /*font-weight: 600;*/
    /*font-size: 14px;*/
    text-decoration: none;
    cursor: pointer;
    /*width: -moz-fit-content;*/
    /*width: fit-content;*/
    /*display: flex;*/
    /*align-items: center;*/
    border: none;
}

button.button-md, a.button-md {
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
