/*
// Plugin Name : Button
// Created On : 11/28/2020
// Author : Joe Kustek
// Version : 1.0
// Description : Insert a custom button on your page.
//
*/

.j-button:focus,
.j-button:active{
    box-shadow:none !important;
    outline:0px !important;
}
