﻿
/* Overrides stamped.io 's widget.min.css style.
   Said stylesheet was not allowing font-awesome icons to load properly.
*/
[class*=" fa-"]:before {
    font-weight: inherit !important;
    font-family: inherit !important;
}