/* Toggle button for [my_table_data] shortcode */
.custom-toggle-button,
.custom-toggle-button:link,
.custom-toggle-button:visited,
.custom-toggle-button:active {
    display: inline-block;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
}

.custom-toggle-button:hover,
.custom-toggle-button:focus {
    color: rgb(124 124 124);
    text-decoration: none;
}
