/* 
*
* USER STYLES
* This styles will override default styles of template
*
*/

a:focus,
a:active,
button:focus,
button:active,
:focus {
    outline: none !important;
    box-shadow: none !important;
}

