.fa-stack { font-size: 1.5em; }
/* i { vertical-align: middle; } */

.fa-stack i {
    /* position: absolute;
    top: 0px; */
    /* vertical-align: top;
    text-align: right; */
    position: relative;
}

.fa-stack i.fa-stack-1x {
    position: absolute;
	top: -4px !important;
	text-align: right;
    line-height: 1em;
    color: #084880;

    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
       text-shadow:
       3px 3px 0 #fff,
       /* Simulated effect for Firefox and Opera
          and nice enhancement for WebKit */
      -1px -1px 0 #fff,  
       1px -1px 0 #fff,
      -1px  1px 0 #fff,
       1px  1px 0 #fff;
}