﻿.fa-stack {
    cursor: pointer;
}


.line-hr-seperator {
    height: 1px;
    margin-bottom: 45px;
    border: 0;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
}


a.disable-hover {
    pointer-events: none;
    cursor: default;
}