.drill-down-fields-btn {
    align-items: center;
    border: 1px solid #acacac;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    margin-top: 10px;
    -webkit-user-select: none;
    user-select: none;
}

.drill-down-fields-btn:hover {
    background-color: #eee;
}
