﻿/* This is a fix to allow Fontawasome icons to show in buttons*/
[class^="icon-"], [class*=" icon-"]
{
    background: none !important;
    background-image: none !important;
    text-indent: 0 !important;
    padding: 0em 0 0 0em;
}